Color Hex Logo

#d69ecc Color Hex

#D69ECC
(214,158,204)
0 Favorites   0 Comments

Color spaces of #d69ecc

RGB 214158204
HSL0.860.410.73
HSV311°26°84°
CMYK 0.000.260.05   0.16
XYZ50.857543.109562.7672
Yxy43.10950.32450.2750
Hunter Lab65.657823.3620-10.7192
CIE-Lab71.629228.2094-15.3666

#d69ecc color RGB value is (214,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 11001100
Octal 326 236 314
Decimal 214 158 204
Hex D6 9E CC

RGB Percentages of Color #d69ecc

%37.15
%27.43
%35.42

CMYK Percentages of Color #d69ecc

%0
%26
%5
%16

Triadic Colors of #d69ecc

#d69ecc #ccd69e #9eccd6

Analogous Colors of #d69ecc

#d69ecc #d69eb0 #c49ed6

Monochromatic Colors of #d69ecc

#d69ecc

Complementary Color

#d69ecc #9ed6a8

#d69ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ecc Color CSS Codes

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

#d69ecc Text Font Color

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

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


#d69ecc Background Color

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

This div background color is #d69ecc


#d69ecc Border Color

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

This div border color is #d69ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ecc


Comments

No comments written yet.

Please login to write comment.