Color Hex Logo

#997eee Color Hex

#997EEE
(153,126,238)
0 Favorites   0 Comments

Color spaces of #997eee

RGB 153126238
HSL0.710.770.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ36.030327.867184.3688
Yxy27.86710.24300.1880
Hunter Lab52.789329.4504-57.8058
CIE-Lab59.768535.2766-53.0625

#997eee color RGB value is (153,126,238).

#997eee hex color red value is 153, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #997eee hue: 0.71 , saturation: 0.77 and the lightness value of 997eee is 0.71.

The process color (four color CMYK) of #997eee color hex is 0.36, 0.47, 0.00, 0.07. Web safe color of #997eee is #9966ff. Color #997eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 11101110
Octal 231 176 356
Decimal 153 126 238
Hex 99 7E EE

RGB Percentages of Color #997eee

%29.59
%24.37
%46.03

CMYK Percentages of Color #997eee

%36
%47
%0
%7

Triadic Colors of #997eee

#997eee #ee997e #7eee99

Analogous Colors of #997eee

#997eee #d17eee #7e9bee

Monochromatic Colors of #997eee

#997eee

Complementary Color

#997eee #d3ee7e

#997eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#997eee Color CSS Codes

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

#997eee Text Font Color

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

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


#997eee Background Color

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

This div background color is #997eee


#997eee Border Color

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

This div border color is #997eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997eee


Comments

No comments written yet.

Please login to write comment.