Color Hex Logo

#d69ddd Color Hex

#D69DDD
(214,157,221)
0 Favorites   0 Comments

Color spaces of #d69ddd

RGB 214157221
HSL0.820.480.74
HSV293°29°87°
CMYK 0.030.290.00   0.13
XYZ52.839743.630574.0432
Yxy43.63050.30990.2559
Hunter Lab66.053427.1984-20.2243
CIE-Lab71.980831.9005-24.1843

#d69ddd color RGB value is (214,157,221).

#d69ddd hex color red value is 214, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d69ddd hue: 0.82 , saturation: 0.48 and the lightness value of d69ddd is 0.74.

The process color (four color CMYK) of #d69ddd color hex is 0.03, 0.29, 0.00, 0.13. Web safe color of #d69ddd is #cc99cc. Color #d69ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 11011101
Octal 326 235 335
Decimal 214 157 221
Hex D6 9D DD

RGB Percentages of Color #d69ddd

%36.15
%26.52
%37.33

CMYK Percentages of Color #d69ddd

%3
%29
%0
%13

Triadic Colors of #d69ddd

#d69ddd #ddd69d #9dddd6

Analogous Colors of #d69ddd

#d69ddd #dd9dc4 #b69ddd

Monochromatic Colors of #d69ddd

#d69ddd

Complementary Color

#d69ddd #a4dd9d

#d69ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ddd Color CSS Codes

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

#d69ddd Text Font Color

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

This sample text font color is #d69ddd
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.


#d69ddd Background Color

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

This div background color is #d69ddd


#d69ddd Border Color

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

This div border color is #d69ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,157,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 #d69ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ddd


Comments

No comments written yet.

Please login to write comment.