Color Hex Logo

#720238 Color Hex

#720238
(114,2,56)
0 Favorites   0 Comments

Color spaces of #720238

RGB 114256
HSL0.920.970.23
HSV331°98°45°
CMYK 0.000.980.51   0.55
XYZ7.67493.90634.0909
Yxy3.90630.48970.2493
Hunter Lab19.764434.72751.5630
CIE-Lab23.359246.46140.8749

#720238 color RGB value is (114,2,56).

#720238 hex color red value is 114, green value is 2 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #720238 hue: 0.92 , saturation: 0.97 and the lightness value of 720238 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000010 00111000
Octal 162 2 70
Decimal 114 2 56
Hex 72 2 38

RGB Percentages of Color #720238

%66.28
%1.16
%32.56

CMYK Percentages of Color #720238

%0
%98
%51
%55

Triadic Colors of #720238

#720238 #387202 #023872

Analogous Colors of #720238

#720238 #720402 #720270

Monochromatic Colors of #720238

#720238

Complementary Color

#720238 #02723c

#720238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720238 Color CSS Codes

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

#720238 Text Font Color

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

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


#720238 Background Color

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

This div background color is #720238


#720238 Border Color

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

This div border color is #720238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720238


Comments

No comments written yet.

Please login to write comment.