Color Hex Logo

#953ede Color Hex

#953EDE
(149,62,222)
0 Favorites   0 Comments

Color spaces of #953ede

RGB 14962222
HSL0.760.710.56
HSV273°72°87°
CMYK 0.330.720.00   0.13
XYZ27.301915.108770.5846
Yxy15.10870.24160.1337
Hunter Lab38.869957.3546-80.4569
CIE-Lab45.782763.5996-66.5712

#953ede color RGB value is (149,62,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111110 11011110
Octal 225 76 336
Decimal 149 62 222
Hex 95 3E DE

RGB Percentages of Color #953ede

%34.41
%14.32
%51.27

CMYK Percentages of Color #953ede

%33
%72
%0
%13

Triadic Colors of #953ede

#953ede #de953e #3ede95

Analogous Colors of #953ede

#953ede #de3ed7 #453ede

Monochromatic Colors of #953ede

#953ede

Complementary Color

#953ede #87de3e

#953ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#953ede Color CSS Codes

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

#953ede Text Font Color

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

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


#953ede Background Color

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

This div background color is #953ede


#953ede Border Color

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

This div border color is #953ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953ede


Comments

No comments written yet.

Please login to write comment.