Color Hex Logo

#9372be Color Hex

#9372BE
(147,114,190)
0 Favorites   0 Comments

Color spaces of #9372be

RGB 147114190
HSL0.740.370.60
HSV266°40°75°
CMYK 0.230.400.00   0.25
XYZ27.344221.955451.5118
Yxy21.95540.27120.2178
Hunter Lab46.856622.1686-32.3809
CIE-Lab53.979728.4383-35.1854

#9372be color RGB value is (147,114,190).

#9372be hex color red value is 147, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9372be hue: 0.74 , saturation: 0.37 and the lightness value of 9372be is 0.60.

The process color (four color CMYK) of #9372be color hex is 0.23, 0.40, 0.00, 0.25. Web safe color of #9372be is #9966cc. Color #9372be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110010 10111110
Octal 223 162 276
Decimal 147 114 190
Hex 93 72 BE

RGB Percentages of Color #9372be

%32.59
%25.28
%42.13

CMYK Percentages of Color #9372be

%23
%40
%0
%25

Triadic Colors of #9372be

#9372be #be9372 #72be93

Analogous Colors of #9372be

#9372be #b972be #7277be

Monochromatic Colors of #9372be

#9372be

Complementary Color

#9372be #9dbe72

#9372be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9372be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9372be Color CSS Codes

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

#9372be Text Font Color

<p style="color:#9372be">Text here</p>

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


#9372be Background Color

<div style="background-color:#9372be">
Div content here</div>

This div background color is #9372be


#9372be Border Color

<div style="border:3px solid #9372be">
Div here</div>

This div border color is #9372be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9372be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9372be;
  -webkit-box-shadow: 1px 1px 3px 2px #9372be;
  box-shadow:         1px 1px 3px 2px #9372be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9372be


Comments

No comments written yet.

Please login to write comment.