Color Hex Logo

#d69ddf Color Hex

#D69DDF
(214,157,223)
0 Favorites   0 Comments

Color spaces of #d69ddf

RGB 214157223
HSL0.810.510.75
HSV292°30°87°
CMYK 0.040.300.00   0.13
XYZ53.107843.737875.4552
Yxy43.73780.30820.2538
Hunter Lab66.134627.6047-21.3518
CIE-Lab72.052932.2841-25.1710

#d69ddf color RGB value is (214,157,223).

#d69ddf hex color red value is 214, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d69ddf hue: 0.81 , saturation: 0.51 and the lightness value of d69ddf is 0.75.

The process color (four color CMYK) of #d69ddf color hex is 0.04, 0.30, 0.00, 0.13. Web safe color of #d69ddf is #cc99cc. Color #d69ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 11011111
Octal 326 235 337
Decimal 214 157 223
Hex D6 9D DF

RGB Percentages of Color #d69ddf

%36.03
%26.43
%37.54

CMYK Percentages of Color #d69ddf

%4
%30
%0
%13

Triadic Colors of #d69ddf

#d69ddf #dfd69d #9ddfd6

Analogous Colors of #d69ddf

#d69ddf #df9dc7 #b59ddf

Monochromatic Colors of #d69ddf

#d69ddf

Complementary Color

#d69ddf #a6df9d

#d69ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ddf Color CSS Codes

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

#d69ddf Text Font Color

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

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


#d69ddf Background Color

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

This div background color is #d69ddf


#d69ddf Border Color

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

This div border color is #d69ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,157,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ddf


Comments

No comments written yet.

Please login to write comment.