Color Hex Logo

#961be5 Color Hex

#961BE5
(150,27,229)
0 Favorites   0 Comments

Color spaces of #961be5

RGB 15027229
HSL0.770.800.50
HSV277°88°90°
CMYK 0.340.880.00   0.10
XYZ27.112512.925075.1945
Yxy12.92500.23530.1122
Hunter Lab35.951471.6998-98.8428
CIE-Lab42.650076.3380-75.6615

#961be5 color RGB value is (150,27,229).

#961be5 hex color red value is 150, green value is 27 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #961be5 hue: 0.77 , saturation: 0.80 and the lightness value of 961be5 is 0.50.

The process color (four color CMYK) of #961be5 color hex is 0.34, 0.88, 0.00, 0.10. Web safe color of #961be5 is #9933cc. Color #961be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011011 11100101
Octal 226 33 345
Decimal 150 27 229
Hex 96 1B E5

RGB Percentages of Color #961be5

%36.95
%6.65
%56.40

CMYK Percentages of Color #961be5

%34
%88
%0
%10

Triadic Colors of #961be5

#961be5 #e5961b #1be596

Analogous Colors of #961be5

#961be5 #e51bcf #311be5

Monochromatic Colors of #961be5

#961be5

Complementary Color

#961be5 #6ae51b

#961be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961be5 Color CSS Codes

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

#961be5 Text Font Color

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

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


#961be5 Background Color

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

This div background color is #961be5


#961be5 Border Color

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

This div border color is #961be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961be5


Comments

No comments written yet.

Please login to write comment.