Color Hex Logo

#9355cd Color Hex

#9355CD
(147,85,205)
0 Favorites   0 Comments

Color spaces of #9355cd

RGB 14785205
HSL0.750.550.57
HSV271°59°80°
CMYK 0.280.590.00   0.20
XYZ26.300617.107859.6736
Yxy17.10780.25510.1660
Hunter Lab41.361641.1201-56.5864
CIE-Lab48.395648.2539-52.6438

#9355cd color RGB value is (147,85,205).

#9355cd hex color red value is 147, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9355cd hue: 0.75 , saturation: 0.55 and the lightness value of 9355cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010101 11001101
Octal 223 125 315
Decimal 147 85 205
Hex 93 55 CD

RGB Percentages of Color #9355cd

%33.64
%19.45
%46.91

CMYK Percentages of Color #9355cd

%28
%59
%0
%20

Triadic Colors of #9355cd

#9355cd #cd9355 #55cd93

Analogous Colors of #9355cd

#9355cd #cd55cb #5755cd

Monochromatic Colors of #9355cd

#9355cd

Complementary Color

#9355cd #8fcd55

#9355cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9355cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9355cd Color CSS Codes

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

#9355cd Text Font Color

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

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


#9355cd Background Color

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

This div background color is #9355cd


#9355cd Border Color

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

This div border color is #9355cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9355cd


Comments

No comments written yet.

Please login to write comment.