Color Hex Logo

#d76ecc Color Hex

#D76ECC
(215,110,204)
0 Favorites   0 Comments

Color spaces of #d76ecc

RGB 215110204
HSL0.850.570.64
HSV306°49°84°
CMYK 0.000.490.05   0.16
XYZ44.499329.958660.5639
Yxy29.95860.32960.2219
Hunter Lab54.734449.3358-27.2905
CIE-Lab61.618553.6847-30.6556

#d76ecc color RGB value is (215,110,204).

#d76ecc hex color red value is 215, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d76ecc hue: 0.85 , saturation: 0.57 and the lightness value of d76ecc is 0.64.

The process color (four color CMYK) of #d76ecc color hex is 0.00, 0.49, 0.05, 0.16. Web safe color of #d76ecc is #cc66cc. Color #d76ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11001100
Octal 327 156 314
Decimal 215 110 204
Hex D7 6E CC

RGB Percentages of Color #d76ecc

%40.64
%20.79
%38.56

CMYK Percentages of Color #d76ecc

%0
%49
%5
%16

Triadic Colors of #d76ecc

#d76ecc #ccd76e #6eccd7

Analogous Colors of #d76ecc

#d76ecc #d76e98 #ae6ed7

Monochromatic Colors of #d76ecc

#d76ecc

Complementary Color

#d76ecc #6ed779

#d76ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76ecc Color CSS Codes

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

#d76ecc Text Font Color

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

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


#d76ecc Background Color

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

This div background color is #d76ecc


#d76ecc Border Color

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

This div border color is #d76ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76ecc


Comments

No comments written yet.

Please login to write comment.