Color Hex Logo

#997ab5 Color Hex

#997AB5
(153,122,181)
0 Favorites   0 Comments

Color spaces of #997ab5

RGB 153122181
HSL0.750.290.59
HSV272°33°71°
CMYK 0.150.330.00   0.29
XYZ28.436924.027646.8551
Yxy24.02760.28630.2419
Hunter Lab49.018017.7722-22.3613
CIE-Lab56.115423.5718-26.6580

#997ab5 color RGB value is (153,122,181).

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

The process color (four color CMYK) of #997ab5 color hex is 0.15, 0.33, 0.00, 0.29. Web safe color of #997ab5 is #9966cc. Color #997ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 10110101
Octal 231 172 265
Decimal 153 122 181
Hex 99 7A B5

RGB Percentages of Color #997ab5

%33.55
%26.75
%39.69

CMYK Percentages of Color #997ab5

%15
%33
%0
%29

Triadic Colors of #997ab5

#997ab5 #b5997a #7ab599

Analogous Colors of #997ab5

#997ab5 #b57ab4 #7c7ab5

Monochromatic Colors of #997ab5

#997ab5

Complementary Color

#997ab5 #96b57a

#997ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ab5 Color CSS Codes

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

#997ab5 Text Font Color

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

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


#997ab5 Background Color

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

This div background color is #997ab5


#997ab5 Border Color

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

This div border color is #997ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ab5


Comments

No comments written yet.

Please login to write comment.