Color Hex Logo

#d69ec5 Color Hex

#D69EC5
(214,158,197)
0 Favorites   0 Comments

Color spaces of #d69ec5

RGB 214158197
HSL0.880.410.73
HSV318°26°84°
CMYK 0.000.260.08   0.16
XYZ50.036542.781158.4437
Yxy42.78110.33080.2828
Hunter Lab65.407322.0896-7.1926
CIE-Lab71.406126.9749-11.8381

#d69ec5 color RGB value is (214,158,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 11000101
Octal 326 236 305
Decimal 214 158 197
Hex D6 9E C5

RGB Percentages of Color #d69ec5

%37.61
%27.77
%34.62

CMYK Percentages of Color #d69ec5

%0
%26
%8
%16

Triadic Colors of #d69ec5

#d69ec5 #c5d69e #9ec5d6

Analogous Colors of #d69ec5

#d69ec5 #d69ea9 #cb9ed6

Monochromatic Colors of #d69ec5

#d69ec5

Complementary Color

#d69ec5 #9ed6af

#d69ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ec5 Color CSS Codes

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

#d69ec5 Text Font Color

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

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


#d69ec5 Background Color

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

This div background color is #d69ec5


#d69ec5 Border Color

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

This div border color is #d69ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ec5


Comments

No comments written yet.

Please login to write comment.