Color Hex Logo

#72384f Color Hex

#72384F
(114,56,79)
0 Favorites   0 Comments

Color spaces of #72384f

RGB 1145679
HSL0.930.340.33
HSV336°51°45°
CMYK 0.000.510.31   0.55
XYZ9.76496.97038.2279
Yxy6.97030.39120.2792
Hunter Lab26.401319.81840.0034
CIE-Lab31.739228.4058-2.2461

#72384f color RGB value is (114,56,79).

#72384f hex color red value is 114, green value is 56 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #72384f hue: 0.93 , saturation: 0.34 and the lightness value of 72384f is 0.33.

The process color (four color CMYK) of #72384f color hex is 0.00, 0.51, 0.31, 0.55. Web safe color of #72384f is #663366. Color #72384f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111000 01001111
Octal 162 70 117
Decimal 114 56 79
Hex 72 38 4F

RGB Percentages of Color #72384f

%45.78
%22.49
%31.73

CMYK Percentages of Color #72384f

%0
%51
%31
%55

Triadic Colors of #72384f

#72384f #4f7238 #384f72

Analogous Colors of #72384f

#72384f #723e38 #72386c

Monochromatic Colors of #72384f

#72384f

Complementary Color

#72384f #38725b

#72384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72384f Color CSS Codes

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

#72384f Text Font Color

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

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


#72384f Background Color

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

This div background color is #72384f


#72384f Border Color

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

This div border color is #72384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72384f


Comments

No comments written yet.

Please login to write comment.