Color Hex Logo

#997abb Color Hex

#997ABB
(153,122,187)
0 Favorites   0 Comments

Color spaces of #997abb

RGB 153122187
HSL0.750.320.61
HSV269°35°73°
CMYK 0.180.350.00   0.27
XYZ29.066024.279250.1681
Yxy24.27920.28080.2346
Hunter Lab49.273919.0653-25.8742
CIE-Lab56.366324.9387-29.7036

#997abb color RGB value is (153,122,187).

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

The process color (four color CMYK) of #997abb color hex is 0.18, 0.35, 0.00, 0.27. Web safe color of #997abb is #9966cc. Color #997abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 10111011
Octal 231 172 273
Decimal 153 122 187
Hex 99 7A BB

RGB Percentages of Color #997abb

%33.12
%26.41
%40.48

CMYK Percentages of Color #997abb

%18
%35
%0
%27

Triadic Colors of #997abb

#997abb #bb997a #7abb99

Analogous Colors of #997abb

#997abb #ba7abb #7a7cbb

Monochromatic Colors of #997abb

#997abb

Complementary Color

#997abb #9cbb7a

#997abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997abb Color CSS Codes

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

#997abb Text Font Color

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

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


#997abb Background Color

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

This div background color is #997abb


#997abb Border Color

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

This div border color is #997abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997abb


Comments

No comments written yet.

Please login to write comment.