Color Hex Logo

#9503ce Color Hex

#9503CE
(149,3,206)
0 Favorites   0 Comments

Color spaces of #9503ce

RGB 1493206
HSL0.790.970.41
HSV283°99°81°
CMYK 0.280.990.00   0.19
XYZ23.567610.910959.2564
Yxy10.91090.25140.1164
Hunter Lab33.031769.5517-83.2398
CIE-Lab39.430075.1976-67.7193

#9503ce color RGB value is (149,3,206).

#9503ce hex color red value is 149, green value is 3 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9503ce hue: 0.79 , saturation: 0.97 and the lightness value of 9503ce is 0.41.

The process color (four color CMYK) of #9503ce color hex is 0.28, 0.99, 0.00, 0.19. Web safe color of #9503ce is #9900cc. Color #9503ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000011 11001110
Octal 225 3 316
Decimal 149 3 206
Hex 95 3 CE

RGB Percentages of Color #9503ce

%41.62
%0.84
%57.54

CMYK Percentages of Color #9503ce

%28
%99
%0
%19

Triadic Colors of #9503ce

#9503ce #ce9503 #03ce95

Analogous Colors of #9503ce

#9503ce #ce03a2 #2f03ce

Monochromatic Colors of #9503ce

#9503ce

Complementary Color

#9503ce #3cce03

#9503ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9503ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9503ce Color CSS Codes

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

#9503ce Text Font Color

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

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


#9503ce Background Color

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

This div background color is #9503ce


#9503ce Border Color

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

This div border color is #9503ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,3,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 #9503ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9503ce


Comments

No comments written yet.

Please login to write comment.