Color Hex Logo

#72398b Color Hex

#72398B
(114,57,139)
0 Favorites   0 Comments

Color spaces of #72398b

RGB 11457139
HSL0.780.420.38
HSV282°59°55°
CMYK 0.180.590.00   0.45
XYZ13.06288.367725.3527
Yxy8.36770.27920.1789
Hunter Lab28.927029.9845-31.7151
CIE-Lab34.737239.3345-35.5635

#72398b color RGB value is (114,57,139).

#72398b hex color red value is 114, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72398b hue: 0.78 , saturation: 0.42 and the lightness value of 72398b is 0.38.

The process color (four color CMYK) of #72398b color hex is 0.18, 0.59, 0.00, 0.45. Web safe color of #72398b is #663399. Color #72398b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111001 10001011
Octal 162 71 213
Decimal 114 57 139
Hex 72 39 8B

RGB Percentages of Color #72398b

%36.77
%18.39
%44.84

CMYK Percentages of Color #72398b

%18
%59
%0
%45

Triadic Colors of #72398b

#72398b #8b7239 #398b72

Analogous Colors of #72398b

#72398b #8b397b #49398b

Monochromatic Colors of #72398b

#72398b

Complementary Color

#72398b #528b39

#72398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72398b Color CSS Codes

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

#72398b Text Font Color

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

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


#72398b Background Color

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

This div background color is #72398b


#72398b Border Color

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

This div border color is #72398b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72398b


Comments

No comments written yet.

Please login to write comment.