Color Hex Logo

#953bcb Color Hex

#953BCB
(149,59,203)
0 Favorites   0 Comments

Color spaces of #953bcb

RGB 14959203
HSL0.770.580.51
HSV278°71°80°
CMYK 0.270.710.00   0.20
XYZ24.737913.829357.8654
Yxy13.82930.25650.1434
Hunter Lab37.187853.6625-66.2258
CIE-Lab43.987160.6705-58.5744

#953bcb color RGB value is (149,59,203).

#953bcb hex color red value is 149, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #953bcb hue: 0.77 , saturation: 0.58 and the lightness value of 953bcb is 0.51.

The process color (four color CMYK) of #953bcb color hex is 0.27, 0.71, 0.00, 0.20. Web safe color of #953bcb is #9933cc. Color #953bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 11001011
Octal 225 73 313
Decimal 149 59 203
Hex 95 3B CB

RGB Percentages of Color #953bcb

%36.25
%14.36
%49.39

CMYK Percentages of Color #953bcb

%27
%71
%0
%20

Triadic Colors of #953bcb

#953bcb #cb953b #3bcb95

Analogous Colors of #953bcb

#953bcb #cb3bb9 #4d3bcb

Monochromatic Colors of #953bcb

#953bcb

Complementary Color

#953bcb #71cb3b

#953bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bcb Color CSS Codes

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

#953bcb Text Font Color

<p style="color:#953bcb">Text here</p>

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


#953bcb Background Color

<div style="background-color:#953bcb">
Div content here</div>

This div background color is #953bcb


#953bcb Border Color

<div style="border:3px solid #953bcb">
Div here</div>

This div border color is #953bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,59,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #953bcb;
  box-shadow:         1px 1px 3px 2px #953bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,59,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bcb


Comments

No comments written yet.

Please login to write comment.