Color Hex Logo

#997ade Color Hex

#997ADE
(153,122,222)
0 Favorites   0 Comments

Color spaces of #997ade

RGB 153122222
HSL0.720.600.67
HSV259°45°87°
CMYK 0.310.450.00   0.13
XYZ33.281225.965372.3649
Yxy25.96530.25290.1973
Hunter Lab50.956227.4111-48.5308
CIE-Lab58.004133.4338-46.9431

#997ade color RGB value is (153,122,222).

#997ade hex color red value is 153, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #997ade hue: 0.72 , saturation: 0.60 and the lightness value of 997ade is 0.67.

The process color (four color CMYK) of #997ade color hex is 0.31, 0.45, 0.00, 0.13. Web safe color of #997ade is #9966cc. Color #997ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11011110
Octal 231 172 336
Decimal 153 122 222
Hex 99 7A DE

RGB Percentages of Color #997ade

%30.78
%24.55
%44.67

CMYK Percentages of Color #997ade

%31
%45
%0
%13

Triadic Colors of #997ade

#997ade #de997a #7ade99

Analogous Colors of #997ade

#997ade #cb7ade #7a8dde

Monochromatic Colors of #997ade

#997ade

Complementary Color

#997ade #bfde7a

#997ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ade Color CSS Codes

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

#997ade Text Font Color

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

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


#997ade Background Color

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

This div background color is #997ade


#997ade Border Color

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

This div border color is #997ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ade


Comments

No comments written yet.

Please login to write comment.