Color Hex Logo

#d69cdc Color Hex

#D69CDC
(214,156,220)
0 Favorites   0 Comments

Color spaces of #d69cdc

RGB 214156220
HSL0.820.480.74
HSV294°29°86°
CMYK 0.030.290.00   0.14
XYZ52.538343.240473.2873
Yxy43.24040.31080.2558
Hunter Lab65.757427.5409-20.0491
CIE-Lab71.717832.2510-24.0372

#d69cdc color RGB value is (214,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11011100
Octal 326 234 334
Decimal 214 156 220
Hex D6 9C DC

RGB Percentages of Color #d69cdc

%36.27
%26.44
%37.29

CMYK Percentages of Color #d69cdc

%3
%29
%0
%14

Triadic Colors of #d69cdc

#d69cdc #dcd69c #9cdcd6

Analogous Colors of #d69cdc

#d69cdc #dc9cc2 #b69cdc

Monochromatic Colors of #d69cdc

#d69cdc

Complementary Color

#d69cdc #a2dc9c

#d69cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cdc Color CSS Codes

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

#d69cdc Text Font Color

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

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


#d69cdc Background Color

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

This div background color is #d69cdc


#d69cdc Border Color

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

This div border color is #d69cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cdc


Comments

No comments written yet.

Please login to write comment.