Color Hex Logo

#953fdd Color Hex

#953FDD
(149,63,221)
0 Favorites   0 Comments

Color spaces of #953fdd

RGB 14963221
HSL0.760.700.56
HSV273°71°87°
CMYK 0.330.710.00   0.13
XYZ27.223115.165069.8989
Yxy15.16500.24240.1351
Hunter Lab38.942356.6338-79.1622
CIE-Lab45.859462.9515-65.8768

#953fdd color RGB value is (149,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111111 11011101
Octal 225 77 335
Decimal 149 63 221
Hex 95 3F DD

RGB Percentages of Color #953fdd

%34.41
%14.55
%51.04

CMYK Percentages of Color #953fdd

%33
%71
%0
%13

Triadic Colors of #953fdd

#953fdd #dd953f #3fdd95

Analogous Colors of #953fdd

#953fdd #dd3fd6 #463fdd

Monochromatic Colors of #953fdd

#953fdd

Complementary Color

#953fdd #87dd3f

#953fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#953fdd Color CSS Codes

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

#953fdd Text Font Color

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

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


#953fdd Background Color

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

This div background color is #953fdd


#953fdd Border Color

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

This div border color is #953fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953fdd


Comments

No comments written yet.

Please login to write comment.