Color Hex Logo

#962abc Color Hex

#962ABC
(150,42,188)
0 Favorites   0 Comments

Color spaces of #962abc

RGB 15042188
HSL0.790.630.45
HSV284°78°74°
CMYK 0.200.780.00   0.26
XYZ22.482711.770848.6640
Yxy11.77080.27110.1420
Hunter Lab34.308656.9324-60.0821
CIE-Lab40.849564.1832-54.8971

#962abc color RGB value is (150,42,188).

#962abc hex color red value is 150, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #962abc hue: 0.79 , saturation: 0.63 and the lightness value of 962abc is 0.45.

The process color (four color CMYK) of #962abc color hex is 0.20, 0.78, 0.00, 0.26. Web safe color of #962abc is #9933cc. Color #962abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101010 10111100
Octal 226 52 274
Decimal 150 42 188
Hex 96 2A BC

RGB Percentages of Color #962abc

%39.47
%11.05
%49.47

CMYK Percentages of Color #962abc

%20
%78
%0
%26

Triadic Colors of #962abc

#962abc #bc962a #2abc96

Analogous Colors of #962abc

#962abc #bc2a99 #4d2abc

Monochromatic Colors of #962abc

#962abc

Complementary Color

#962abc #50bc2a

#962abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#962abc Color CSS Codes

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

#962abc Text Font Color

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

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


#962abc Background Color

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

This div background color is #962abc


#962abc Border Color

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

This div border color is #962abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962abc


Comments

No comments written yet.

Please login to write comment.