Color Hex Logo

#d69eca Color Hex

#D69ECA
(214,158,202)
0 Favorites   0 Comments

Color spaces of #d69eca

RGB 214158202
HSL0.870.410.73
HSV313°26°84°
CMYK 0.000.260.06   0.16
XYZ50.619143.014161.5118
Yxy43.01410.32630.2773
Hunter Lab65.585122.9937-9.6980
CIE-Lab71.564527.8530-14.3609

#d69eca color RGB value is (214,158,202).

#d69eca hex color red value is 214, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d69eca hue: 0.87 , saturation: 0.41 and the lightness value of d69eca is 0.73.

The process color (four color CMYK) of #d69eca color hex is 0.00, 0.26, 0.06, 0.16. Web safe color of #d69eca is #cc99cc. Color #d69eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 11001010
Octal 326 236 312
Decimal 214 158 202
Hex D6 9E CA

RGB Percentages of Color #d69eca

%37.28
%27.53
%35.19

CMYK Percentages of Color #d69eca

%0
%26
%6
%16

Triadic Colors of #d69eca

#d69eca #cad69e #9ecad6

Analogous Colors of #d69eca

#d69eca #d69eae #c69ed6

Monochromatic Colors of #d69eca

#d69eca

Complementary Color

#d69eca #9ed6aa

#d69eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69eca Color CSS Codes

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

#d69eca Text Font Color

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

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


#d69eca Background Color

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

This div background color is #d69eca


#d69eca Border Color

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

This div border color is #d69eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69eca


Comments

No comments written yet.

Please login to write comment.