Color Hex Logo

#951aeb Color Hex

#951AEB
(149,26,235)
0 Favorites   0 Comments

Color spaces of #951aeb

RGB 14926235
HSL0.760.840.51
HSV275°89°92°
CMYK 0.370.890.00   0.08
XYZ27.759213.126579.6679
Yxy13.12650.23030.1089
Hunter Lab36.230573.3603-105.0124
CIE-Lab42.953277.6274-78.5771

#951aeb color RGB value is (149,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 11101011
Octal 225 32 353
Decimal 149 26 235
Hex 95 1A EB

RGB Percentages of Color #951aeb

%36.34
%6.34
%57.32

CMYK Percentages of Color #951aeb

%37
%89
%0
%8

Triadic Colors of #951aeb

#951aeb #eb951a #1aeb95

Analogous Colors of #951aeb

#951aeb #eb1ad9 #2d1aeb

Monochromatic Colors of #951aeb

#951aeb

Complementary Color

#951aeb #70eb1a

#951aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#951aeb Color CSS Codes

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

#951aeb Text Font Color

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

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


#951aeb Background Color

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

This div background color is #951aeb


#951aeb Border Color

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

This div border color is #951aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951aeb


Comments

No comments written yet.

Please login to write comment.