Color Hex Logo

#72236c Color Hex

#72236C
(114,35,108)
0 Favorites   0 Comments

Color spaces of #72236c

RGB 11435108
HSL0.850.530.29
HSV305°69°45°
CMYK 0.000.690.05   0.55
XYZ10.24725.862214.7788
Yxy5.86220.33180.1898
Hunter Lab24.212033.1753-19.2418
CIE-Lab29.062143.7386-25.0901

#72236c color RGB value is (114,35,108).

#72236c hex color red value is 114, green value is 35 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #72236c hue: 0.85 , saturation: 0.53 and the lightness value of 72236c is 0.29.

The process color (four color CMYK) of #72236c color hex is 0.00, 0.69, 0.05, 0.55. Web safe color of #72236c is #663366. Color #72236c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100011 01101100
Octal 162 43 154
Decimal 114 35 108
Hex 72 23 6C

RGB Percentages of Color #72236c

%44.36
%13.62
%42.02

CMYK Percentages of Color #72236c

%0
%69
%5
%55

Triadic Colors of #72236c

#72236c #6c7223 #236c72

Analogous Colors of #72236c

#72236c #722345 #512372

Monochromatic Colors of #72236c

#72236c

Complementary Color

#72236c #237229

#72236c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72236c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72236c Color CSS Codes

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

#72236c Text Font Color

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

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


#72236c Background Color

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

This div background color is #72236c


#72236c Border Color

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

This div border color is #72236c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72236c


Comments

No comments written yet.

Please login to write comment.