Color Hex Logo

#997acd Color Hex

#997ACD
(153,122,205)
0 Favorites   0 Comments

Color spaces of #997acd

RGB 153122205
HSL0.730.450.64
HSV262°40°80°
CMYK 0.250.400.00   0.20
XYZ31.115825.099160.9622
Yxy25.09910.26550.2142
Hunter Lab50.099023.1906-37.0768
CIE-Lab57.171929.2059-38.6820

#997acd color RGB value is (153,122,205).

#997acd hex color red value is 153, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #997acd hue: 0.73 , saturation: 0.45 and the lightness value of 997acd is 0.64.

The process color (four color CMYK) of #997acd color hex is 0.25, 0.40, 0.00, 0.20. Web safe color of #997acd is #9966cc. Color #997acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11001101
Octal 231 172 315
Decimal 153 122 205
Hex 99 7A CD

RGB Percentages of Color #997acd

%31.88
%25.42
%42.71

CMYK Percentages of Color #997acd

%25
%40
%0
%20

Triadic Colors of #997acd

#997acd #cd997a #7acd99

Analogous Colors of #997acd

#997acd #c37acd #7a85cd

Monochromatic Colors of #997acd

#997acd

Complementary Color

#997acd #aecd7a

#997acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#997acd Color CSS Codes

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

#997acd Text Font Color

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

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


#997acd Background Color

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

This div background color is #997acd


#997acd Border Color

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

This div border color is #997acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997acd


Comments

No comments written yet.

Please login to write comment.