Color Hex Logo

#720033 Color Hex

#720033
(114,0,51)
0 Favorites   0 Comments

Color spaces of #720033

RGB 114051
HSL0.931.000.22
HSV333°100°45°
CMYK 0.001.000.55   0.55
XYZ7.53703.81643.4714
Yxy3.81640.50840.2574
Hunter Lab19.535634.67953.1393
CIE-Lab23.054946.47083.9182

#720033 color RGB value is (114,0,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000000 00110011
Octal 162 0 63
Decimal 114 0 51
Hex 72 0 33

RGB Percentages of Color #720033

%69.09
%0.00
%30.91

CMYK Percentages of Color #720033

%0
%100
%55
%55

Triadic Colors of #720033

#720033 #337200 #003372

Analogous Colors of #720033

#720033 #720600 #72006c

Monochromatic Colors of #720033

#720033

Complementary Color

#720033 #00723f

#720033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720033 Color CSS Codes

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

#720033 Text Font Color

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

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


#720033 Background Color

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

This div background color is #720033


#720033 Border Color

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

This div border color is #720033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720033


Comments

No comments written yet.

Please login to write comment.