Color Hex Logo

#950eab Color Hex

#950EAB
(149,14,171)
0 Favorites   0 Comments

Color spaces of #950eab

RGB 14914171
HSL0.810.850.36
HSV292°92°67°
CMYK 0.130.920.00   0.33
XYZ19.90219.643939.3406
Yxy9.64390.28890.1400
Hunter Lab31.054660.0504-53.3715
CIE-Lab37.195667.6178-50.7317

#950eab color RGB value is (149,14,171).

#950eab hex color red value is 149, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #950eab hue: 0.81 , saturation: 0.85 and the lightness value of 950eab is 0.36.

The process color (four color CMYK) of #950eab color hex is 0.13, 0.92, 0.00, 0.33. Web safe color of #950eab is #990099. Color #950eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 10101011
Octal 225 16 253
Decimal 149 14 171
Hex 95 E AB

RGB Percentages of Color #950eab

%44.61
%4.19
%51.20

CMYK Percentages of Color #950eab

%13
%92
%0
%33

Triadic Colors of #950eab

#950eab #ab950e #0eab95

Analogous Colors of #950eab

#950eab #ab0e73 #460eab

Monochromatic Colors of #950eab

#950eab

Complementary Color

#950eab #24ab0e

#950eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#950eab Color CSS Codes

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

#950eab Text Font Color

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

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


#950eab Background Color

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

This div background color is #950eab


#950eab Border Color

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

This div border color is #950eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950eab


Comments

No comments written yet.

Please login to write comment.