Color Hex Logo

#72003f Color Hex

#72003F
(114,0,63)
0 Favorites   0 Comments

Color spaces of #72003f

RGB 114063
HSL0.911.000.22
HSV327°100°45°
CMYK 0.001.000.45   0.55
XYZ7.83663.93635.0494
Yxy3.93630.46580.2340
Hunter Lab19.840135.7851-1.2015
CIE-Lab23.459747.5355-3.8209

#72003f color RGB value is (114,0,63).

#72003f hex color red value is 114, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #72003f hue: 0.91 , saturation: 1.00 and the lightness value of 72003f is 0.22.

The process color (four color CMYK) of #72003f color hex is 0.00, 1.00, 0.45, 0.55. Web safe color of #72003f is #660033. Color #72003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000000 00111111
Octal 162 0 77
Decimal 114 0 63
Hex 72 0 3F

RGB Percentages of Color #72003f

%64.41
%0.00
%35.59

CMYK Percentages of Color #72003f

%0
%100
%45
%55

Triadic Colors of #72003f

#72003f #3f7200 #003f72

Analogous Colors of #72003f

#72003f #720006 #6c0072

Monochromatic Colors of #72003f

#72003f

Complementary Color

#72003f #007233

#72003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72003f Color CSS Codes

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

#72003f Text Font Color

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

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


#72003f Background Color

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

This div background color is #72003f


#72003f Border Color

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

This div border color is #72003f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,0,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72003f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72003f;
  -webkit-box-shadow: 1px 1px 3px 2px #72003f;
  box-shadow:         1px 1px 3px 2px #72003f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72003f


Comments

No comments written yet.

Please login to write comment.