Color Hex Logo

#d02976 Color Hex

#D02976
(208,41,118)
0 Favorites   0 Comments

Color spaces of #d02976

RGB 20841118
HSL0.920.670.49
HSV332°80°82°
CMYK 0.000.800.43   0.18
XYZ30.075416.303818.7013
Yxy16.30380.46210.2505
Hunter Lab40.378062.29370.8041
CIE-Lab47.370667.5684-1.9137

#d02976 color RGB value is (208,41,118).

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

The process color (four color CMYK) of #d02976 color hex is 0.00, 0.80, 0.43, 0.18. Web safe color of #d02976 is #cc3366. Color #d02976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 01110110
Octal 320 51 166
Decimal 208 41 118
Hex D0 29 76

RGB Percentages of Color #d02976

%56.68
%11.17
%32.15

CMYK Percentages of Color #d02976

%0
%80
%43
%18

Triadic Colors of #d02976

#d02976 #76d029 #2976d0

Analogous Colors of #d02976

#d02976 #d03029 #d029ca

Monochromatic Colors of #d02976

#d02976

Complementary Color

#d02976 #29d083

#d02976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02976 Color CSS Codes

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

#d02976 Text Font Color

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

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


#d02976 Background Color

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

This div background color is #d02976


#d02976 Border Color

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

This div border color is #d02976


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,41,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02976


Comments

No comments written yet.

Please login to write comment.