Color Hex Logo

#9372ce Color Hex

#9372CE
(147,114,206)
0 Favorites   0 Comments

Color spaces of #9372ce

RGB 147114206
HSL0.730.480.63
HSV262°45°81°
CMYK 0.290.450.00   0.19
XYZ29.190522.693961.2344
Yxy22.69390.25810.2006
Hunter Lab47.638126.0101-42.8651
CIE-Lab54.755632.3613-43.0928

#9372ce color RGB value is (147,114,206).

#9372ce hex color red value is 147, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9372ce hue: 0.73 , saturation: 0.48 and the lightness value of 9372ce is 0.63.

The process color (four color CMYK) of #9372ce color hex is 0.29, 0.45, 0.00, 0.19. Web safe color of #9372ce is #9966cc. Color #9372ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110010 11001110
Octal 223 162 316
Decimal 147 114 206
Hex 93 72 CE

RGB Percentages of Color #9372ce

%31.48
%24.41
%44.11

CMYK Percentages of Color #9372ce

%29
%45
%0
%19

Triadic Colors of #9372ce

#9372ce #ce9372 #72ce93

Analogous Colors of #9372ce

#9372ce #c172ce #727fce

Monochromatic Colors of #9372ce

#9372ce

Complementary Color

#9372ce #adce72

#9372ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9372ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9372ce Color CSS Codes

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

#9372ce Text Font Color

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

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


#9372ce Background Color

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

This div background color is #9372ce


#9372ce Border Color

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

This div border color is #9372ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9372ce


Comments

No comments written yet.

Please login to write comment.