Color Hex Logo

#962bdf Color Hex

#962BDF
(150,43,223)
0 Favorites   0 Comments

Color spaces of #962bdf

RGB 15043223
HSL0.770.740.52
HSV276°81°87°
CMYK 0.330.810.00   0.13
XYZ26.760813.539571.0150
Yxy13.53950.24040.1216
Hunter Lab36.796165.4252-88.6702
CIE-Lab43.565170.9641-70.7458

#962bdf color RGB value is (150,43,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101011 11011111
Octal 226 53 337
Decimal 150 43 223
Hex 96 2B DF

RGB Percentages of Color #962bdf

%36.06
%10.34
%53.61

CMYK Percentages of Color #962bdf

%33
%81
%0
%13

Triadic Colors of #962bdf

#962bdf #df962b #2bdf96

Analogous Colors of #962bdf

#962bdf #df2bce #3c2bdf

Monochromatic Colors of #962bdf

#962bdf

Complementary Color

#962bdf #74df2b

#962bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#962bdf Color CSS Codes

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

#962bdf Text Font Color

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

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


#962bdf Background Color

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

This div background color is #962bdf


#962bdf Border Color

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

This div border color is #962bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962bdf


Comments

No comments written yet.

Please login to write comment.