Color Hex Logo

#997edb Color Hex

#997EDB
(153,126,219)
0 Favorites   0 Comments

Color spaces of #997edb

RGB 153126219
HSL0.720.560.68
HSV257°42°86°
CMYK 0.300.420.00   0.14
XYZ33.383926.808570.4329
Yxy26.80850.25560.2052
Hunter Lab51.776924.4808-44.4092
CIE-Lab58.796730.3798-44.0093

#997edb color RGB value is (153,126,219).

#997edb hex color red value is 153, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #997edb hue: 0.72 , saturation: 0.56 and the lightness value of 997edb is 0.68.

The process color (four color CMYK) of #997edb color hex is 0.30, 0.42, 0.00, 0.14. Web safe color of #997edb is #9966cc. Color #997edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 11011011
Octal 231 176 333
Decimal 153 126 219
Hex 99 7E DB

RGB Percentages of Color #997edb

%30.72
%25.30
%43.98

CMYK Percentages of Color #997edb

%30
%42
%0
%14

Triadic Colors of #997edb

#997edb #db997e #7edb99

Analogous Colors of #997edb

#997edb #c87edb #7e92db

Monochromatic Colors of #997edb

#997edb

Complementary Color

#997edb #c0db7e

#997edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997edb Color CSS Codes

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

#997edb Text Font Color

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

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


#997edb Background Color

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

This div background color is #997edb


#997edb Border Color

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

This div border color is #997edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997edb


Comments

No comments written yet.

Please login to write comment.