Color Hex Logo

#962aff Color Hex

#962AFF
(150,42,255)
0 Favorites   0 Comments

Color spaces of #962aff

RGB 15042255
HSL0.751.000.58
HSV270°84°100°
CMYK 0.410.840.00   0.00
XYZ31.455615.360095.9146
Yxy15.36000.22040.1076
Hunter Lab39.191874.6794-117.6668
CIE-Lab46.123478.0785-84.6125

#962aff color RGB value is (150,42,255).

#962aff hex color red value is 150, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #962aff hue: 0.75 , saturation: 1.00 and the lightness value of 962aff is 0.58.

The process color (four color CMYK) of #962aff color hex is 0.41, 0.84, 0.00, 0.00. Web safe color of #962aff is #9933ff. Color #962aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101010 11111111
Octal 226 52 377
Decimal 150 42 255
Hex 96 2A FF

RGB Percentages of Color #962aff

%33.56
%9.40
%57.05

CMYK Percentages of Color #962aff

%41
%84
%0
%0

Triadic Colors of #962aff

#962aff #ff962a #2aff96

Analogous Colors of #962aff

#962aff #ff2afe #2c2aff

Monochromatic Colors of #962aff

#962aff

Complementary Color

#962aff #93ff2a

#962aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#962aff Color CSS Codes

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

#962aff Text Font Color

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

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


#962aff Background Color

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

This div background color is #962aff


#962aff Border Color

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

This div border color is #962aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962aff

Related Colors


Comments

No comments written yet.

Please login to write comment.