Color Hex Logo

#991aec Color Hex

#991AEC
(153,26,236)
0 Favorites   0 Comments

Color spaces of #991aec

RGB 15326236
HSL0.770.850.51
HSV276°89°93°
CMYK 0.350.890.00   0.07
XYZ28.646613.567280.4658
Yxy13.56720.23350.1106
Hunter Lab36.833774.3656-103.7397
CIE-Lab43.605778.3128-78.0517

#991aec color RGB value is (153,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011010 11101100
Octal 231 32 354
Decimal 153 26 236
Hex 99 1A EC

RGB Percentages of Color #991aec

%36.87
%6.27
%56.87

CMYK Percentages of Color #991aec

%35
%89
%0
%7

Triadic Colors of #991aec

#991aec #ec991a #1aec99

Analogous Colors of #991aec

#991aec #ec1ad6 #301aec

Monochromatic Colors of #991aec

#991aec

Complementary Color

#991aec #6dec1a

#991aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#991aec Color CSS Codes

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

#991aec Text Font Color

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

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


#991aec Background Color

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

This div background color is #991aec


#991aec Border Color

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

This div border color is #991aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991aec


Comments

No comments written yet.

Please login to write comment.