Color Hex Logo

#953cee Color Hex

#953CEE
(149,60,238)
0 Favorites   0 Comments

Color spaces of #953cee

RGB 14960238
HSL0.750.840.58
HSV270°75°93°
CMYK 0.370.750.00   0.07
XYZ29.442915.794382.3857
Yxy15.79430.23070.1238
Hunter Lab39.742062.6932-95.0894
CIE-Lab46.703568.0385-74.1377

#953cee color RGB value is (149,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 11101110
Octal 225 74 356
Decimal 149 60 238
Hex 95 3C EE

RGB Percentages of Color #953cee

%33.33
%13.42
%53.24

CMYK Percentages of Color #953cee

%37
%75
%0
%7

Triadic Colors of #953cee

#953cee #ee953c #3cee95

Analogous Colors of #953cee

#953cee #ee3cee #3c3cee

Monochromatic Colors of #953cee

#953cee

Complementary Color

#953cee #95ee3c

#953cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cee Color CSS Codes

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

#953cee Text Font Color

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

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


#953cee Background Color

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

This div background color is #953cee


#953cee Border Color

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

This div border color is #953cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cee


Comments

No comments written yet.

Please login to write comment.