Color Hex Logo

#997ebb Color Hex

#997EBB
(153,126,187)
0 Favorites   0 Comments

Color spaces of #997ebb

RGB 153126187
HSL0.740.310.61
HSV267°33°73°
CMYK 0.180.330.00   0.27
XYZ29.567425.281950.3352
Yxy25.28190.28110.2404
Hunter Lab50.281116.9735-24.1570
CIE-Lab57.349122.6284-28.1804

#997ebb color RGB value is (153,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 10111011
Octal 231 176 273
Decimal 153 126 187
Hex 99 7E BB

RGB Percentages of Color #997ebb

%32.83
%27.04
%40.13

CMYK Percentages of Color #997ebb

%18
%33
%0
%27

Triadic Colors of #997ebb

#997ebb #bb997e #7ebb99

Analogous Colors of #997ebb

#997ebb #b87ebb #7e82bb

Monochromatic Colors of #997ebb

#997ebb

Complementary Color

#997ebb #a0bb7e

#997ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ebb Color CSS Codes

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

#997ebb Text Font Color

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

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


#997ebb Background Color

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

This div background color is #997ebb


#997ebb Border Color

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

This div border color is #997ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ebb


Comments

No comments written yet.

Please login to write comment.