Color Hex Logo

#953cbc Color Hex

#953CBC
(149,60,188)
0 Favorites   0 Comments

Color spaces of #953cbc

RGB 14960188
HSL0.780.520.49
HSV282°68°74°
CMYK 0.210.680.00   0.26
XYZ23.087413.252148.9180
Yxy13.25210.27080.1554
Hunter Lab36.403449.5004-54.1900
CIE-Lab43.140757.0553-51.2124

#953cbc color RGB value is (149,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 10111100
Octal 225 74 274
Decimal 149 60 188
Hex 95 3C BC

RGB Percentages of Color #953cbc

%37.53
%15.11
%47.36

CMYK Percentages of Color #953cbc

%21
%68
%0
%26

Triadic Colors of #953cbc

#953cbc #bc953c #3cbc95

Analogous Colors of #953cbc

#953cbc #bc3ca3 #553cbc

Monochromatic Colors of #953cbc

#953cbc

Complementary Color

#953cbc #63bc3c

#953cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cbc Color CSS Codes

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

#953cbc Text Font Color

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

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


#953cbc Background Color

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

This div background color is #953cbc


#953cbc Border Color

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

This div border color is #953cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cbc


Comments

No comments written yet.

Please login to write comment.