Color Hex Logo

#953cbb Color Hex

#953CBB
(149,60,187)
0 Favorites   0 Comments

Color spaces of #953cbb

RGB 14960187
HSL0.780.510.48
HSV282°68°73°
CMYK 0.200.680.00   0.27
XYZ22.979913.209148.3522
Yxy13.20910.27180.1562
Hunter Lab36.344349.2599-53.4379
CIE-Lab43.076656.8463-50.7300

#953cbb color RGB value is (149,60,187).

#953cbb hex color red value is 149, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #953cbb hue: 0.78 , saturation: 0.51 and the lightness value of 953cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 10111011
Octal 225 74 273
Decimal 149 60 187
Hex 95 3C BB

RGB Percentages of Color #953cbb

%37.63
%15.15
%47.22

CMYK Percentages of Color #953cbb

%20
%68
%0
%27

Triadic Colors of #953cbb

#953cbb #bb953c #3cbb95

Analogous Colors of #953cbb

#953cbb #bb3ca2 #563cbb

Monochromatic Colors of #953cbb

#953cbb

Complementary Color

#953cbb #62bb3c

#953cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cbb Color CSS Codes

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

#953cbb Text Font Color

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

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


#953cbb Background Color

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

This div background color is #953cbb


#953cbb Border Color

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

This div border color is #953cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cbb


Comments

No comments written yet.

Please login to write comment.