Color Hex Logo

#962bde Color Hex

#962BDE
(150,43,222)
0 Favorites   0 Comments

Color spaces of #962bde

RGB 15043222
HSL0.770.730.52
HSV276°81°87°
CMYK 0.320.810.00   0.13
XYZ26.626413.485770.3069
Yxy13.48570.24110.1221
Hunter Lab36.722965.1587-87.8062
CIE-Lab43.486170.7551-70.3036

#962bde color RGB value is (150,43,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101011 11011110
Octal 226 53 336
Decimal 150 43 222
Hex 96 2B DE

RGB Percentages of Color #962bde

%36.14
%10.36
%53.49

CMYK Percentages of Color #962bde

%32
%81
%0
%13

Triadic Colors of #962bde

#962bde #de962b #2bde96

Analogous Colors of #962bde

#962bde #de2bcd #3c2bde

Monochromatic Colors of #962bde

#962bde

Complementary Color

#962bde #73de2b

#962bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#962bde Color CSS Codes

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

#962bde Text Font Color

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

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


#962bde Background Color

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

This div background color is #962bde


#962bde Border Color

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

This div border color is #962bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962bde


Comments

No comments written yet.

Please login to write comment.