Color Hex Logo

#991aea Color Hex

#991AEA
(153,26,234)
0 Favorites   0 Comments

Color spaces of #991aea

RGB 15326234
HSL0.770.830.51
HSV277°89°92°
CMYK 0.350.890.00   0.08
XYZ28.357513.451678.9437
Yxy13.45160.23480.1114
Hunter Lab36.676473.8290-101.9445
CIE-Lab43.436077.9131-77.1971

#991aea color RGB value is (153,26,234).

#991aea hex color red value is 153, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #991aea hue: 0.77 , saturation: 0.83 and the lightness value of 991aea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011010 11101010
Octal 231 32 352
Decimal 153 26 234
Hex 99 1A EA

RGB Percentages of Color #991aea

%37.05
%6.30
%56.66

CMYK Percentages of Color #991aea

%35
%89
%0
%8

Triadic Colors of #991aea

#991aea #ea991a #1aea99

Analogous Colors of #991aea

#991aea #ea1ad3 #311aea

Monochromatic Colors of #991aea

#991aea

Complementary Color

#991aea #6bea1a

#991aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#991aea Color CSS Codes

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

#991aea Text Font Color

<p style="color:#991aea">Text here</p>

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


#991aea Background Color

<div style="background-color:#991aea">
Div content here</div>

This div background color is #991aea


#991aea Border Color

<div style="border:3px solid #991aea">
Div here</div>

This div border color is #991aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,26,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991aea;
  -webkit-box-shadow: 1px 1px 3px 2px #991aea;
  box-shadow:         1px 1px 3px 2px #991aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,26,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 #991aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991aea


Comments

No comments written yet.

Please login to write comment.