Color Hex Logo

#961bed Color Hex

#961BED
(150,27,237)
0 Favorites   0 Comments

Color spaces of #961bed

RGB 15027237
HSL0.760.850.52
HSV275°89°93°
CMYK 0.370.890.00   0.07
XYZ28.255713.382381.2146
Yxy13.38230.23000.1089
Hunter Lab36.581873.8547-106.0213
CIE-Lab43.333777.9535-79.0799

#961bed color RGB value is (150,27,237).

#961bed hex color red value is 150, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #961bed hue: 0.76 , saturation: 0.85 and the lightness value of 961bed is 0.52.

The process color (four color CMYK) of #961bed color hex is 0.37, 0.89, 0.00, 0.07. Web safe color of #961bed is #9933ff. Color #961bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011011 11101101
Octal 226 33 355
Decimal 150 27 237
Hex 96 1B ED

RGB Percentages of Color #961bed

%36.23
%6.52
%57.25

CMYK Percentages of Color #961bed

%37
%89
%0
%7

Triadic Colors of #961bed

#961bed #ed961b #1bed96

Analogous Colors of #961bed

#961bed #ed1bdb #2d1bed

Monochromatic Colors of #961bed

#961bed

Complementary Color

#961bed #72ed1b

#961bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#961bed Color CSS Codes

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

#961bed Text Font Color

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

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


#961bed Background Color

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

This div background color is #961bed


#961bed Border Color

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

This div border color is #961bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961bed


Comments

No comments written yet.

Please login to write comment.