Color Hex Logo

#d076cc Color Hex

#D076CC
(208,118,204)
0 Favorites   0 Comments

Color spaces of #d076cc

RGB 208118204
HSL0.840.490.64
HSV303°43°82°
CMYK 0.000.430.02   0.18
XYZ43.389930.726460.7706
Yxy30.72640.32170.2278
Hunter Lab55.431442.7191-26.1989
CIE-Lab62.276047.5970-29.7089

#d076cc color RGB value is (208,118,204).

#d076cc hex color red value is 208, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d076cc hue: 0.84 , saturation: 0.49 and the lightness value of d076cc is 0.64.

The process color (four color CMYK) of #d076cc color hex is 0.00, 0.43, 0.02, 0.18. Web safe color of #d076cc is #cc66cc. Color #d076cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110110 11001100
Octal 320 166 314
Decimal 208 118 204
Hex D0 76 CC

RGB Percentages of Color #d076cc

%39.25
%22.26
%38.49

CMYK Percentages of Color #d076cc

%0
%43
%2
%18

Triadic Colors of #d076cc

#d076cc #ccd076 #76ccd0

Analogous Colors of #d076cc

#d076cc #d0769f #a776d0

Monochromatic Colors of #d076cc

#d076cc

Complementary Color

#d076cc #76d07a

#d076cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d076cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d076cc Color CSS Codes

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

#d076cc Text Font Color

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

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


#d076cc Background Color

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

This div background color is #d076cc


#d076cc Border Color

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

This div border color is #d076cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d076cc


Comments

No comments written yet.

Please login to write comment.