Color Hex Logo

#953cdd Color Hex

#953CDD
(149,60,221)
0 Favorites   0 Comments

Color spaces of #953cdd

RGB 14960221
HSL0.760.700.55
HSV273°73°87°
CMYK 0.330.730.00   0.13
XYZ27.061414.841769.8451
Yxy14.84170.24220.1328
Hunter Lab38.524957.9667-80.5244
CIE-Lab45.416664.2061-66.5959

#953cdd color RGB value is (149,60,221).

#953cdd hex color red value is 149, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #953cdd hue: 0.76 , saturation: 0.70 and the lightness value of 953cdd is 0.55.

The process color (four color CMYK) of #953cdd color hex is 0.33, 0.73, 0.00, 0.13. Web safe color of #953cdd is #9933cc. Color #953cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 11011101
Octal 225 74 335
Decimal 149 60 221
Hex 95 3C DD

RGB Percentages of Color #953cdd

%34.65
%13.95
%51.40

CMYK Percentages of Color #953cdd

%33
%73
%0
%13

Triadic Colors of #953cdd

#953cdd #dd953c #3cdd95

Analogous Colors of #953cdd

#953cdd #dd3cd5 #453cdd

Monochromatic Colors of #953cdd

#953cdd

Complementary Color

#953cdd #84dd3c

#953cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cdd Color CSS Codes

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

#953cdd Text Font Color

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

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


#953cdd Background Color

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

This div background color is #953cdd


#953cdd Border Color

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

This div border color is #953cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cdd


Comments

No comments written yet.

Please login to write comment.