Color Hex Logo

#d27ddd Color Hex

#D27DDD
(210,125,221)
0 Favorites   0 Comments

Color spaces of #d27ddd

RGB 210125221
HSL0.810.590.68
HSV293°43°87°
CMYK 0.050.430.00   0.13
XYZ46.963133.589372.4148
Yxy33.58930.30700.2196
Hunter Lab57.956343.2185-33.5119
CIE-Lab64.635347.7184-35.5502

#d27ddd color RGB value is (210,125,221).

#d27ddd hex color red value is 210, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d27ddd hue: 0.81 , saturation: 0.59 and the lightness value of d27ddd is 0.68.

The process color (four color CMYK) of #d27ddd color hex is 0.05, 0.43, 0.00, 0.13. Web safe color of #d27ddd is #cc66cc. Color #d27ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11011101
Octal 322 175 335
Decimal 210 125 221
Hex D2 7D DD

RGB Percentages of Color #d27ddd

%37.77
%22.48
%39.75

CMYK Percentages of Color #d27ddd

%5
%43
%0
%13

Triadic Colors of #d27ddd

#d27ddd #ddd27d #7dddd2

Analogous Colors of #d27ddd

#d27ddd #dd7db8 #a27ddd

Monochromatic Colors of #d27ddd

#d27ddd

Complementary Color

#d27ddd #88dd7d

#d27ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ddd Color CSS Codes

.mybgcolor {background-color:#d27ddd; } 
.myforecolor {color:#d27ddd; }
.mybordercolor {border:3px solid #d27ddd; }

#d27ddd Text Font Color

<p style="color:#d27ddd">Text here</p>

This sample text font color is #d27ddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d27ddd Background Color

<div style="background-color:#d27ddd">
Div content here</div>

This div background color is #d27ddd


#d27ddd Border Color

<div style="border:3px solid #d27ddd">
Div here</div>

This div border color is #d27ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,125,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d27ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d27ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #d27ddd;
  box-shadow:         1px 1px 3px 2px #d27ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,125,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d27ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d27ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #d27ddd;
  box-shadow:         1px 1px 3px 2px #d27ddd;">
Div content here</div>

This div box has shadow with color #d27ddd


Comments

No comments written yet.

Please login to write comment.