Color Hex Logo

#953bdf Color Hex

#953BDF
(149,59,223)
0 Favorites   0 Comments

Color spaces of #953bdf

RGB 14959223
HSL0.760.720.55
HSV273°74°87°
CMYK 0.330.740.00   0.13
XYZ27.277714.845271.2398
Yxy14.84520.24060.1310
Hunter Lab38.529558.9460-82.6548
CIE-Lab45.421465.0593-67.7281

#953bdf color RGB value is (149,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111011 11011111
Octal 225 73 337
Decimal 149 59 223
Hex 95 3B DF

RGB Percentages of Color #953bdf

%34.57
%13.69
%51.74

CMYK Percentages of Color #953bdf

%33
%74
%0
%13

Triadic Colors of #953bdf

#953bdf #df953b #3bdf95

Analogous Colors of #953bdf

#953bdf #df3bd7 #433bdf

Monochromatic Colors of #953bdf

#953bdf

Complementary Color

#953bdf #85df3b

#953bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#953bdf Color CSS Codes

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

#953bdf Text Font Color

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

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


#953bdf Background Color

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

This div background color is #953bdf


#953bdf Border Color

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

This div border color is #953bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953bdf


Comments

No comments written yet.

Please login to write comment.