Color Hex Logo

#72415f Color Hex

#72415F
(114,65,95)
0 Favorites   0 Comments

Color spaces of #72415f

RGB 1146595
HSL0.900.270.35
HSV323°43°45°
CMYK 0.000.430.17   0.55
XYZ10.89538.184211.8319
Yxy8.18420.35250.2648
Hunter Lab28.608017.9172-4.4959
CIE-Lab34.363625.8022-8.6057

#72415f color RGB value is (114,65,95).

#72415f hex color red value is 114, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #72415f hue: 0.90 , saturation: 0.27 and the lightness value of 72415f is 0.35.

The process color (four color CMYK) of #72415f color hex is 0.00, 0.43, 0.17, 0.55. Web safe color of #72415f is #663366. Color #72415f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 01011111
Octal 162 101 137
Decimal 114 65 95
Hex 72 41 5F

RGB Percentages of Color #72415f

%41.61
%23.72
%34.67

CMYK Percentages of Color #72415f

%0
%43
%17
%55

Triadic Colors of #72415f

#72415f #5f7241 #415f72

Analogous Colors of #72415f

#72415f #724146 #6d4172

Monochromatic Colors of #72415f

#72415f

Complementary Color

#72415f #417254

#72415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72415f Color CSS Codes

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

#72415f Text Font Color

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

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


#72415f Background Color

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

This div background color is #72415f


#72415f Border Color

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

This div border color is #72415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72415f


Comments

No comments written yet.

Please login to write comment.