Color Hex Logo

#951abe Color Hex

#951ABE
(149,26,190)
0 Favorites   0 Comments

Color spaces of #951abe

RGB 14926190
HSL0.790.760.42
HSV285°86°75°
CMYK 0.220.860.00   0.25
XYZ22.058110.846149.6461
Yxy10.84610.26720.1314
Hunter Lab32.933461.9220-66.3244
CIE-Lab39.320068.8166-58.5560

#951abe color RGB value is (149,26,190).

#951abe hex color red value is 149, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #951abe hue: 0.79 , saturation: 0.76 and the lightness value of 951abe is 0.42.

The process color (four color CMYK) of #951abe color hex is 0.22, 0.86, 0.00, 0.25. Web safe color of #951abe is #9933cc. Color #951abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 10111110
Octal 225 32 276
Decimal 149 26 190
Hex 95 1A BE

RGB Percentages of Color #951abe

%40.82
%7.12
%52.05

CMYK Percentages of Color #951abe

%22
%86
%0
%25

Triadic Colors of #951abe

#951abe #be951a #1abe95

Analogous Colors of #951abe

#951abe #be1a95 #431abe

Monochromatic Colors of #951abe

#951abe

Complementary Color

#951abe #43be1a

#951abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#951abe Color CSS Codes

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

#951abe Text Font Color

<p style="color:#951abe">Text here</p>

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


#951abe Background Color

<div style="background-color:#951abe">
Div content here</div>

This div background color is #951abe


#951abe Border Color

<div style="border:3px solid #951abe">
Div here</div>

This div border color is #951abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,26,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951abe;
  -webkit-box-shadow: 1px 1px 3px 2px #951abe;
  box-shadow:         1px 1px 3px 2px #951abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951abe


Comments

No comments written yet.

Please login to write comment.