Color Hex Logo

#960ceb Color Hex

#960CEB
(150,12,235)
0 Favorites   0 Comments

Color spaces of #960ceb

RGB 15012235
HSL0.770.900.48
HSV277°95°92°
CMYK 0.360.950.00   0.08
XYZ27.704512.745179.5971
Yxy12.74510.23080.1062
Hunter Lab35.700376.0459-107.2024
CIE-Lab42.376679.8947-79.5178

#960ceb color RGB value is (150,12,235).

#960ceb hex color red value is 150, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #960ceb hue: 0.77 , saturation: 0.90 and the lightness value of 960ceb is 0.48.

The process color (four color CMYK) of #960ceb color hex is 0.36, 0.95, 0.00, 0.08. Web safe color of #960ceb is #9900ff. Color #960ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001100 11101011
Octal 226 14 353
Decimal 150 12 235
Hex 96 C EB

RGB Percentages of Color #960ceb

%37.78
%3.02
%59.19

CMYK Percentages of Color #960ceb

%36
%95
%0
%8

Triadic Colors of #960ceb

#960ceb #eb960c #0ceb96

Analogous Colors of #960ceb

#960ceb #eb0cd1 #270ceb

Monochromatic Colors of #960ceb

#960ceb

Complementary Color

#960ceb #61eb0c

#960ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#960ceb Color CSS Codes

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

#960ceb Text Font Color

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

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


#960ceb Background Color

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

This div background color is #960ceb


#960ceb Border Color

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

This div border color is #960ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960ceb


Comments

No comments written yet.

Please login to write comment.