Color Hex Logo

#960ede Color Hex

#960EDE
(150,14,222)
0 Favorites   0 Comments

Color spaces of #960ede

RGB 15014222
HSL0.780.880.46
HSV279°94°87°
CMYK 0.320.940.00   0.13
XYZ25.919512.072070.0713
Yxy12.07200.23990.1117
Hunter Lab34.744872.3571-95.2513
CIE-Lab41.330377.1261-73.8272

#960ede color RGB value is (150,14,222).

#960ede hex color red value is 150, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #960ede hue: 0.78 , saturation: 0.88 and the lightness value of 960ede is 0.46.

The process color (four color CMYK) of #960ede color hex is 0.32, 0.94, 0.00, 0.13. Web safe color of #960ede is #9900cc. Color #960ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001110 11011110
Octal 226 16 336
Decimal 150 14 222
Hex 96 E DE

RGB Percentages of Color #960ede

%38.86
%3.63
%57.51

CMYK Percentages of Color #960ede

%32
%94
%0
%13

Triadic Colors of #960ede

#960ede #de960e #0ede96

Analogous Colors of #960ede

#960ede #de0ebe #2e0ede

Monochromatic Colors of #960ede

#960ede

Complementary Color

#960ede #56de0e

#960ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#960ede Color CSS Codes

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

#960ede Text Font Color

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

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


#960ede Background Color

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

This div background color is #960ede


#960ede Border Color

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

This div border color is #960ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,14,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 #960ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960ede


Comments

No comments written yet.

Please login to write comment.