Color Hex Logo

#d79ecc Color Hex

#D79ECC
(215,158,204)
0 Favorites   0 Comments

Color spaces of #d79ecc

RGB 215158204
HSL0.870.420.73
HSV312°27°84°
CMYK 0.000.270.05   0.16
XYZ51.150343.260462.7809
Yxy43.26040.32540.2752
Hunter Lab65.772623.7144-10.5523
CIE-Lab71.731428.5468-15.2026

#d79ecc color RGB value is (215,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 11001100
Octal 327 236 314
Decimal 215 158 204
Hex D7 9E CC

RGB Percentages of Color #d79ecc

%37.26
%27.38
%35.36

CMYK Percentages of Color #d79ecc

%0
%27
%5
%16

Triadic Colors of #d79ecc

#d79ecc #ccd79e #9eccd7

Analogous Colors of #d79ecc

#d79ecc #d79eb0 #c69ed7

Monochromatic Colors of #d79ecc

#d79ecc

Complementary Color

#d79ecc #9ed7a9

#d79ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79ecc Color CSS Codes

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

#d79ecc Text Font Color

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

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


#d79ecc Background Color

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

This div background color is #d79ecc


#d79ecc Border Color

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

This div border color is #d79ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79ecc


Comments

No comments written yet.

Please login to write comment.