Color Hex Logo

#997abe Color Hex

#997ABE
(153,122,190)
0 Favorites   0 Comments

Color spaces of #997abe

RGB 153122190
HSL0.740.340.61
HSV267°36°75°
CMYK 0.190.360.00   0.25
XYZ29.390724.409151.8776
Yxy24.40910.27810.2310
Hunter Lab49.405619.7275-27.6727
CIE-Lab56.495125.6331-31.2165

#997abe color RGB value is (153,122,190).

#997abe hex color red value is 153, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #997abe hue: 0.74 , saturation: 0.34 and the lightness value of 997abe is 0.61.

The process color (four color CMYK) of #997abe color hex is 0.19, 0.36, 0.00, 0.25. Web safe color of #997abe is #9966cc. Color #997abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 10111110
Octal 231 172 276
Decimal 153 122 190
Hex 99 7A BE

RGB Percentages of Color #997abe

%32.90
%26.24
%40.86

CMYK Percentages of Color #997abe

%19
%36
%0
%25

Triadic Colors of #997abe

#997abe #be997a #7abe99

Analogous Colors of #997abe

#997abe #bb7abe #7a7dbe

Monochromatic Colors of #997abe

#997abe

Complementary Color

#997abe #9fbe7a

#997abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#997abe Color CSS Codes

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

#997abe Text Font Color

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

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


#997abe Background Color

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

This div background color is #997abe


#997abe Border Color

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

This div border color is #997abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997abe


Comments

No comments written yet.

Please login to write comment.