Color Hex Logo

#9366cd Color Hex

#9366CD
(147,102,205)
0 Favorites   0 Comments

Color spaces of #9366cd

RGB 147102205
HSL0.740.510.60
HSV266°50°80°
CMYK 0.280.500.00   0.20
XYZ27.803420.113660.1745
Yxy20.11360.25720.1861
Hunter Lab44.848232.1758-48.1579
CIE-Lab51.965438.9578-46.9456

#9366cd color RGB value is (147,102,205).

#9366cd hex color red value is 147, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9366cd hue: 0.74 , saturation: 0.51 and the lightness value of 9366cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100110 11001101
Octal 223 146 315
Decimal 147 102 205
Hex 93 66 CD

RGB Percentages of Color #9366cd

%32.38
%22.47
%45.15

CMYK Percentages of Color #9366cd

%28
%50
%0
%20

Triadic Colors of #9366cd

#9366cd #cd9366 #66cd93

Analogous Colors of #9366cd

#9366cd #c766cd #666dcd

Monochromatic Colors of #9366cd

#9366cd

Complementary Color

#9366cd #a0cd66

#9366cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9366cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9366cd Color CSS Codes

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

#9366cd Text Font Color

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

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


#9366cd Background Color

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

This div background color is #9366cd


#9366cd Border Color

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

This div border color is #9366cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,102,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 #9366cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9366cd


Comments

No comments written yet.

Please login to write comment.