Color Hex Logo

#d69edc Color Hex

#D69EDC
(214,158,220)
0 Favorites   0 Comments

Color spaces of #d69edc

RGB 214158220
HSL0.820.470.74
HSV294°28°86°
CMYK 0.030.280.00   0.14
XYZ52.876743.917273.4001
Yxy43.91720.31070.2580
Hunter Lab66.270126.4521-19.2800
CIE-Lab72.173131.1676-23.3421

#d69edc color RGB value is (214,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 11011100
Octal 326 236 334
Decimal 214 158 220
Hex D6 9E DC

RGB Percentages of Color #d69edc

%36.15
%26.69
%37.16

CMYK Percentages of Color #d69edc

%3
%28
%0
%14

Triadic Colors of #d69edc

#d69edc #dcd69e #9edcd6

Analogous Colors of #d69edc

#d69edc #dc9ec3 #b79edc

Monochromatic Colors of #d69edc

#d69edc

Complementary Color

#d69edc #a4dc9e

#d69edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69edc Color CSS Codes

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

#d69edc Text Font Color

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

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


#d69edc Background Color

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

This div background color is #d69edc


#d69edc Border Color

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

This div border color is #d69edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69edc


Comments

No comments written yet.

Please login to write comment.