Color Hex Logo

#953feb Color Hex

#953FEB
(149,63,235)
0 Favorites   0 Comments

Color spaces of #953feb

RGB 14963235
HSL0.750.810.58
HSV270°73°92°
CMYK 0.370.730.00   0.08
XYZ29.167315.942780.1372
Yxy15.94270.23290.1273
Hunter Lab39.928360.5182-91.0468
CIE-Lab46.899266.1358-72.1268

#953feb color RGB value is (149,63,235).

#953feb hex color red value is 149, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #953feb hue: 0.75 , saturation: 0.81 and the lightness value of 953feb is 0.58.

The process color (four color CMYK) of #953feb color hex is 0.37, 0.73, 0.00, 0.08. Web safe color of #953feb is #9933ff. Color #953feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111111 11101011
Octal 225 77 353
Decimal 149 63 235
Hex 95 3F EB

RGB Percentages of Color #953feb

%33.33
%14.09
%52.57

CMYK Percentages of Color #953feb

%37
%73
%0
%8

Triadic Colors of #953feb

#953feb #eb953f #3feb95

Analogous Colors of #953feb

#953feb #eb3feb #3f3feb

Monochromatic Colors of #953feb

#953feb

Complementary Color

#953feb #95eb3f

#953feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#953feb Color CSS Codes

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

#953feb Text Font Color

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

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


#953feb Background Color

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

This div background color is #953feb


#953feb Border Color

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

This div border color is #953feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953feb


Comments

No comments written yet.

Please login to write comment.