Color Hex Logo

#d69cde Color Hex

#D69CDE
(214,156,222)
0 Favorites   0 Comments

Color spaces of #d69cde

RGB 214156222
HSL0.810.500.74
HSV293°30°87°
CMYK 0.040.300.00   0.13
XYZ52.804843.347074.6909
Yxy43.34700.30910.2537
Hunter Lab65.838427.9462-21.1751
CIE-Lab71.789932.6332-25.0249

#d69cde color RGB value is (214,156,222).

#d69cde hex color red value is 214, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d69cde hue: 0.81 , saturation: 0.50 and the lightness value of d69cde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11011110
Octal 326 234 336
Decimal 214 156 222
Hex D6 9C DE

RGB Percentages of Color #d69cde

%36.15
%26.35
%37.50

CMYK Percentages of Color #d69cde

%4
%30
%0
%13

Triadic Colors of #d69cde

#d69cde #ded69c #9cded6

Analogous Colors of #d69cde

#d69cde #de9cc5 #b59cde

Monochromatic Colors of #d69cde

#d69cde

Complementary Color

#d69cde #a4de9c

#d69cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cde Color CSS Codes

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

#d69cde Text Font Color

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

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


#d69cde Background Color

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

This div background color is #d69cde


#d69cde Border Color

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

This div border color is #d69cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cde


Comments

No comments written yet.

Please login to write comment.