Color Hex Logo

#961eaf Color Hex

#961EAF
(150,30,175)
0 Favorites   0 Comments

Color spaces of #961eaf

RGB 15030175
HSL0.800.710.40
HSV290°83°69°
CMYK 0.140.830.00   0.31
XYZ20.779810.507741.4904
Yxy10.50770.28550.1444
Hunter Lab32.415657.6990-53.1975
CIE-Lab38.738665.2688-50.6201

#961eaf color RGB value is (150,30,175).

#961eaf hex color red value is 150, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #961eaf hue: 0.80 , saturation: 0.71 and the lightness value of 961eaf is 0.40.

The process color (four color CMYK) of #961eaf color hex is 0.14, 0.83, 0.00, 0.31. Web safe color of #961eaf is #993399. Color #961eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011110 10101111
Octal 226 36 257
Decimal 150 30 175
Hex 96 1E AF

RGB Percentages of Color #961eaf

%42.25
%8.45
%49.30

CMYK Percentages of Color #961eaf

%14
%83
%0
%31

Triadic Colors of #961eaf

#961eaf #af961e #1eaf96

Analogous Colors of #961eaf

#961eaf #af1e80 #4d1eaf

Monochromatic Colors of #961eaf

#961eaf

Complementary Color

#961eaf #37af1e

#961eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#961eaf Color CSS Codes

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

#961eaf Text Font Color

<p style="color:#961eaf">Text here</p>

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


#961eaf Background Color

<div style="background-color:#961eaf">
Div content here</div>

This div background color is #961eaf


#961eaf Border Color

<div style="border:3px solid #961eaf">
Div here</div>

This div border color is #961eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,30,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #961eaf;
  box-shadow:         1px 1px 3px 2px #961eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961eaf


Comments

No comments written yet.

Please login to write comment.