Color Hex Logo

#962ced Color Hex

#962CED
(150,44,237)
0 Favorites   0 Comments

Color spaces of #962ced

RGB 15044237
HSL0.760.840.55
HSV273°81°93°
CMYK 0.370.810.00   0.07
XYZ28.764414.399881.3842
Yxy14.39980.23090.1156
Hunter Lab37.947168.8981-100.5949
CIE-Lab44.800973.6201-76.6764

#962ced color RGB value is (150,44,237).

#962ced hex color red value is 150, green value is 44 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #962ced hue: 0.76 , saturation: 0.84 and the lightness value of 962ced is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101100 11101101
Octal 226 54 355
Decimal 150 44 237
Hex 96 2C ED

RGB Percentages of Color #962ced

%34.80
%10.21
%54.99

CMYK Percentages of Color #962ced

%37
%81
%0
%7

Triadic Colors of #962ced

#962ced #ed962c #2ced96

Analogous Colors of #962ced

#962ced #ed2ce4 #352ced

Monochromatic Colors of #962ced

#962ced

Complementary Color

#962ced #83ed2c

#962ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#962ced Color CSS Codes

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

#962ced Text Font Color

<p style="color:#962ced">Text here</p>

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


#962ced Background Color

<div style="background-color:#962ced">
Div content here</div>

This div background color is #962ced


#962ced Border Color

<div style="border:3px solid #962ced">
Div here</div>

This div border color is #962ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,44,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #962ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #962ced;
  -webkit-box-shadow: 1px 1px 3px 2px #962ced;
  box-shadow:         1px 1px 3px 2px #962ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,44,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962ced


Comments

No comments written yet.

Please login to write comment.