Color Hex Logo

#950bea Color Hex

#950BEA
(149,11,234)
0 Favorites   0 Comments

Color spaces of #950bea

RGB 14911234
HSL0.770.910.48
HSV277°95°92°
CMYK 0.360.950.00   0.08
XYZ27.365412.569478.8257
Yxy12.56940.23040.1058
Hunter Lab35.453375.7355-107.0059
CIE-Lab42.107179.6982-79.3986

#950bea color RGB value is (149,11,234).

#950bea hex color red value is 149, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #950bea hue: 0.77 , saturation: 0.91 and the lightness value of 950bea is 0.48.

The process color (four color CMYK) of #950bea color hex is 0.36, 0.95, 0.00, 0.08. Web safe color of #950bea is #9900ff. Color #950bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001011 11101010
Octal 225 13 352
Decimal 149 11 234
Hex 95 B EA

RGB Percentages of Color #950bea

%37.82
%2.79
%59.39

CMYK Percentages of Color #950bea

%36
%95
%0
%8

Triadic Colors of #950bea

#950bea #ea950b #0bea95

Analogous Colors of #950bea

#950bea #ea0bd0 #260bea

Monochromatic Colors of #950bea

#950bea

Complementary Color

#950bea #60ea0b

#950bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#950bea Color CSS Codes

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

#950bea Text Font Color

<p style="color:#950bea">Text here</p>

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


#950bea Background Color

<div style="background-color:#950bea">
Div content here</div>

This div background color is #950bea


#950bea Border Color

<div style="border:3px solid #950bea">
Div here</div>

This div border color is #950bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,11,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950bea;
  -webkit-box-shadow: 1px 1px 3px 2px #950bea;
  box-shadow:         1px 1px 3px 2px #950bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,11,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950bea


Comments

No comments written yet.

Please login to write comment.