Color Hex Logo

#d03972 Color Hex

#D03972
(208,57,114)
0 Favorites   0 Comments

Color spaces of #d03972

RGB 20857114
HSL0.940.620.52
HSV337°73°82°
CMYK 0.000.730.45   0.18
XYZ30.512817.551117.6991
Yxy17.55110.46400.2669
Hunter Lab41.894056.69294.2774
CIE-Lab48.947162.41702.8268

#d03972 color RGB value is (208,57,114).

#d03972 hex color red value is 208, green value is 57 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d03972 hue: 0.94 , saturation: 0.62 and the lightness value of d03972 is 0.52.

The process color (four color CMYK) of #d03972 color hex is 0.00, 0.73, 0.45, 0.18. Web safe color of #d03972 is #cc3366. Color #d03972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 01110010
Octal 320 71 162
Decimal 208 57 114
Hex D0 39 72

RGB Percentages of Color #d03972

%54.88
%15.04
%30.08

CMYK Percentages of Color #d03972

%0
%73
%45
%18

Triadic Colors of #d03972

#d03972 #72d039 #3972d0

Analogous Colors of #d03972

#d03972 #d04c39 #d039be

Monochromatic Colors of #d03972

#d03972

Complementary Color

#d03972 #39d097

#d03972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03972 Color CSS Codes

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

#d03972 Text Font Color

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

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


#d03972 Background Color

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

This div background color is #d03972


#d03972 Border Color

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

This div border color is #d03972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03972


Comments

No comments written yet.

Please login to write comment.