Color Hex Logo

#9300cd Color Hex

#9300CD
(147,0,205)
0 Favorites   0 Comments

Color spaces of #9300cd

RGB 1470205
HSL0.791.000.40
HSV283°100°80°
CMYK 0.281.000.00   0.20
XYZ23.052110.610858.5907
Yxy10.61080.24990.1150
Hunter Lab32.574269.3158-83.8420
CIE-Lab38.917175.1014-67.9899

#9300cd color RGB value is (147,0,205).

#9300cd hex color red value is 147, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9300cd hue: 0.79 , saturation: 1.00 and the lightness value of 9300cd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000000 11001101
Octal 223 0 315
Decimal 147 0 205
Hex 93 0 CD

RGB Percentages of Color #9300cd

%41.76
%0.00
%58.24

CMYK Percentages of Color #9300cd

%28
%100
%0
%20

Triadic Colors of #9300cd

#9300cd #cd9300 #00cd93

Analogous Colors of #9300cd

#9300cd #cd00a1 #2c00cd

Monochromatic Colors of #9300cd

#9300cd

Complementary Color

#9300cd #3acd00

#9300cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9300cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9300cd Color CSS Codes

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

#9300cd Text Font Color

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

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


#9300cd Background Color

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

This div background color is #9300cd


#9300cd Border Color

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

This div border color is #9300cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9300cd


Comments

No comments written yet.

Please login to write comment.