Color Hex Logo

#72134b Color Hex

#72134B
(114,19,75)
0 Favorites   0 Comments

Color spaces of #72134b

RGB 1141975
HSL0.900.710.26
HSV325°83°45°
CMYK 0.000.830.34   0.55
XYZ8.44234.55127.0901
Yxy4.55120.42040.2266
Hunter Lab21.333533.3039-4.7713
CIE-Lab25.415944.5720-9.0560

#72134b color RGB value is (114,19,75).

#72134b hex color red value is 114, green value is 19 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72134b hue: 0.90 , saturation: 0.71 and the lightness value of 72134b is 0.26.

The process color (four color CMYK) of #72134b color hex is 0.00, 0.83, 0.34, 0.55. Web safe color of #72134b is #660033. Color #72134b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 01001011
Octal 162 23 113
Decimal 114 19 75
Hex 72 13 4B

RGB Percentages of Color #72134b

%54.81
%9.13
%36.06

CMYK Percentages of Color #72134b

%0
%83
%34
%55

Triadic Colors of #72134b

#72134b #4b7213 #134b72

Analogous Colors of #72134b

#72134b #72131b #6a1372

Monochromatic Colors of #72134b

#72134b

Complementary Color

#72134b #13723a

#72134b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72134b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72134b Color CSS Codes

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

#72134b Text Font Color

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

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


#72134b Background Color

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

This div background color is #72134b


#72134b Border Color

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

This div border color is #72134b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72134b


Comments

No comments written yet.

Please login to write comment.