Color Hex Logo

#721238 Color Hex

#721238
(114,18,56)
0 Favorites   0 Comments

Color spaces of #721238

RGB 1141856
HSL0.930.730.26
HSV336°84°45°
CMYK 0.000.840.51   0.55
XYZ7.86954.29554.1557
Yxy4.29550.48220.2632
Hunter Lab20.725631.50662.6196
CIE-Lab24.625242.81582.7058

#721238 color RGB value is (114,18,56).

#721238 hex color red value is 114, green value is 18 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #721238 hue: 0.93 , saturation: 0.73 and the lightness value of 721238 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010010 00111000
Octal 162 22 70
Decimal 114 18 56
Hex 72 12 38

RGB Percentages of Color #721238

%60.64
%9.57
%29.79

CMYK Percentages of Color #721238

%0
%84
%51
%55

Triadic Colors of #721238

#721238 #387212 #123872

Analogous Colors of #721238

#721238 #721c12 #721268

Monochromatic Colors of #721238

#721238

Complementary Color

#721238 #12724c

#721238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721238 Color CSS Codes

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

#721238 Text Font Color

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

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


#721238 Background Color

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

This div background color is #721238


#721238 Border Color

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

This div border color is #721238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721238


Comments

No comments written yet.

Please login to write comment.