Color Hex Logo

#962bdd Color Hex

#962BDD
(150,43,221)
0 Favorites   0 Comments

Color spaces of #962bdd

RGB 15043221
HSL0.770.720.52
HSV276°81°87°
CMYK 0.320.810.00   0.13
XYZ26.492713.432269.6030
Yxy13.43220.24190.1226
Hunter Lab36.650064.8926-86.9444
CIE-Lab43.407470.5461-69.8605

#962bdd color RGB value is (150,43,221).

#962bdd hex color red value is 150, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #962bdd hue: 0.77 , saturation: 0.72 and the lightness value of 962bdd is 0.52.

The process color (four color CMYK) of #962bdd color hex is 0.32, 0.81, 0.00, 0.13. Web safe color of #962bdd is #9933cc. Color #962bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101011 11011101
Octal 226 53 335
Decimal 150 43 221
Hex 96 2B DD

RGB Percentages of Color #962bdd

%36.23
%10.39
%53.38

CMYK Percentages of Color #962bdd

%32
%81
%0
%13

Triadic Colors of #962bdd

#962bdd #dd962b #2bdd96

Analogous Colors of #962bdd

#962bdd #dd2bcb #3d2bdd

Monochromatic Colors of #962bdd

#962bdd

Complementary Color

#962bdd #72dd2b

#962bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#962bdd Color CSS Codes

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

#962bdd Text Font Color

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

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


#962bdd Background Color

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

This div background color is #962bdd


#962bdd Border Color

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

This div border color is #962bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962bdd


Comments

No comments written yet.

Please login to write comment.