Color Hex Logo

#721433 Color Hex

#721433
(114,20,51)
0 Favorites   0 Comments

Color spaces of #721433

RGB 1142051
HSL0.950.700.26
HSV340°82°45°
CMYK 0.000.820.55   0.55
XYZ7.78714.31673.5548
Yxy4.31670.49730.2757
Hunter Lab20.776730.54274.3994
CIE-Lab24.692041.76496.2368

#721433 color RGB value is (114,20,51).

#721433 hex color red value is 114, green value is 20 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #721433 hue: 0.95 , saturation: 0.70 and the lightness value of 721433 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 00110011
Octal 162 24 63
Decimal 114 20 51
Hex 72 14 33

RGB Percentages of Color #721433

%61.62
%10.81
%27.57

CMYK Percentages of Color #721433

%0
%82
%55
%55

Triadic Colors of #721433

#721433 #337214 #143372

Analogous Colors of #721433

#721433 #722414 #721462

Monochromatic Colors of #721433

#721433

Complementary Color

#721433 #147253

#721433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721433 Color CSS Codes

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

#721433 Text Font Color

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

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


#721433 Background Color

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

This div background color is #721433


#721433 Border Color

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

This div border color is #721433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721433


Comments

No comments written yet.

Please login to write comment.