Color Hex Logo

#953dee Color Hex

#953DEE
(149,61,238)
0 Favorites   0 Comments

Color spaces of #953dee

RGB 14961238
HSL0.750.840.59
HSV270°74°93°
CMYK 0.370.740.00   0.07
XYZ29.495815.900182.4033
Yxy15.90010.23080.1244
Hunter Lab39.874962.2567-94.6129
CIE-Lab46.843167.6388-73.9098

#953dee color RGB value is (149,61,238).

#953dee hex color red value is 149, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #953dee hue: 0.75 , saturation: 0.84 and the lightness value of 953dee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111101 11101110
Octal 225 75 356
Decimal 149 61 238
Hex 95 3D EE

RGB Percentages of Color #953dee

%33.26
%13.62
%53.13

CMYK Percentages of Color #953dee

%37
%74
%0
%7

Triadic Colors of #953dee

#953dee #ee953d #3dee95

Analogous Colors of #953dee

#953dee #ee3dee #3d3eee

Monochromatic Colors of #953dee

#953dee

Complementary Color

#953dee #96ee3d

#953dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#953dee Color CSS Codes

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

#953dee Text Font Color

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

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


#953dee Background Color

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

This div background color is #953dee


#953dee Border Color

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

This div border color is #953dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953dee


Comments

No comments written yet.

Please login to write comment.