Color Hex Logo

#997aea Color Hex

#997AEA
(153,122,234)
0 Favorites   0 Comments

Color spaces of #997aea

RGB 153122234
HSL0.710.730.70
HSV257°48°92°
CMYK 0.350.480.00   0.08
XYZ34.947726.631981.1404
Yxy26.63190.24490.1866
Hunter Lab51.606130.5697-57.0975
CIE-Lab58.632136.5138-52.6482

#997aea color RGB value is (153,122,234).

#997aea hex color red value is 153, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #997aea hue: 0.71 , saturation: 0.73 and the lightness value of 997aea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11101010
Octal 231 172 352
Decimal 153 122 234
Hex 99 7A EA

RGB Percentages of Color #997aea

%30.06
%23.97
%45.97

CMYK Percentages of Color #997aea

%35
%48
%0
%8

Triadic Colors of #997aea

#997aea #ea997a #7aea99

Analogous Colors of #997aea

#997aea #d17aea #7a93ea

Monochromatic Colors of #997aea

#997aea

Complementary Color

#997aea #cbea7a

#997aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#997aea Color CSS Codes

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

#997aea Text Font Color

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

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


#997aea Background Color

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

This div background color is #997aea


#997aea Border Color

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

This div border color is #997aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997aea


Comments

No comments written yet.

Please login to write comment.