Color Hex Logo

#962cbd Color Hex

#962CBD
(150,44,189)
0 Favorites   0 Comments

Color spaces of #962cbd

RGB 15044189
HSL0.790.620.46
HSV284°77°74°
CMYK 0.210.770.00   0.26
XYZ22.663711.959549.2580
Yxy11.95950.27020.1426
Hunter Lab34.582556.4609-60.2426
CIE-Lab41.151763.7083-54.9958

#962cbd color RGB value is (150,44,189).

#962cbd hex color red value is 150, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #962cbd hue: 0.79 , saturation: 0.62 and the lightness value of 962cbd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101100 10111101
Octal 226 54 275
Decimal 150 44 189
Hex 96 2C BD

RGB Percentages of Color #962cbd

%39.16
%11.49
%49.35

CMYK Percentages of Color #962cbd

%21
%77
%0
%26

Triadic Colors of #962cbd

#962cbd #bd962c #2cbd96

Analogous Colors of #962cbd

#962cbd #bd2c9c #4e2cbd

Monochromatic Colors of #962cbd

#962cbd

Complementary Color

#962cbd #53bd2c

#962cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#962cbd Color CSS Codes

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

#962cbd Text Font Color

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

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


#962cbd Background Color

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

This div background color is #962cbd


#962cbd Border Color

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

This div border color is #962cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962cbd


Comments

No comments written yet.

Please login to write comment.