Color Hex Logo

#9375cd Color Hex

#9375CD
(147,117,205)
0 Favorites   0 Comments

Color spaces of #9375cd

RGB 147117205
HSL0.720.470.63
HSV260°43°80°
CMYK 0.280.430.00   0.20
XYZ29.413423.333460.7112
Yxy23.33340.25920.2057
Hunter Lab48.304724.1581-40.7048
CIE-Lab55.414130.3795-41.4860

#9375cd color RGB value is (147,117,205).

#9375cd hex color red value is 147, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9375cd hue: 0.72 , saturation: 0.47 and the lightness value of 9375cd is 0.63.

The process color (four color CMYK) of #9375cd color hex is 0.28, 0.43, 0.00, 0.20. Web safe color of #9375cd is #9966cc. Color #9375cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110101 11001101
Octal 223 165 315
Decimal 147 117 205
Hex 93 75 CD

RGB Percentages of Color #9375cd

%31.34
%24.95
%43.71

CMYK Percentages of Color #9375cd

%28
%43
%0
%20

Triadic Colors of #9375cd

#9375cd #cd9375 #75cd93

Analogous Colors of #9375cd

#9375cd #bf75cd #7583cd

Monochromatic Colors of #9375cd

#9375cd

Complementary Color

#9375cd #afcd75

#9375cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9375cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9375cd Color CSS Codes

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

#9375cd Text Font Color

<p style="color:#9375cd">Text here</p>

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


#9375cd Background Color

<div style="background-color:#9375cd">
Div content here</div>

This div background color is #9375cd


#9375cd Border Color

<div style="border:3px solid #9375cd">
Div here</div>

This div border color is #9375cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,117,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9375cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9375cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9375cd;
  box-shadow:         1px 1px 3px 2px #9375cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9375cd


Comments

No comments written yet.

Please login to write comment.