Color Hex Logo

#917acd Color Hex

#917ACD
(145,122,205)
0 Favorites   0 Comments

Color spaces of #917acd

RGB 145122205
HSL0.710.450.64
HSV257°40°80°
CMYK 0.290.400.00   0.20
XYZ29.656024.346660.8939
Yxy24.34660.25810.2119
Hunter Lab49.342320.9342-38.6309
CIE-Lab56.433226.9143-39.8940

#917acd color RGB value is (145,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111010 11001101
Octal 221 172 315
Decimal 145 122 205
Hex 91 7A CD

RGB Percentages of Color #917acd

%30.72
%25.85
%43.43

CMYK Percentages of Color #917acd

%29
%40
%0
%20

Triadic Colors of #917acd

#917acd #cd917a #7acd91

Analogous Colors of #917acd

#917acd #bb7acd #7a8dcd

Monochromatic Colors of #917acd

#917acd

Complementary Color

#917acd #b6cd7a

#917acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#917acd Color CSS Codes

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

#917acd Text Font Color

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

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


#917acd Background Color

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

This div background color is #917acd


#917acd Border Color

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

This div border color is #917acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,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 #917acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917acd


Comments

No comments written yet.

Please login to write comment.