Color Hex Logo

#af9acd Color Hex

#AF9ACD
(175,154,205)
0 Favorites   0 Comments

Color spaces of #af9acd

RGB 175154205
HSL0.740.340.70
HSV265°25°80°
CMYK 0.150.250.00   0.20
XYZ40.254236.632962.7068
Yxy36.63290.28840.2624
Hunter Lab60.525112.7983-19.0596
CIE-Lab67.000717.7248-23.2934

#af9acd color RGB value is (175,154,205).

#af9acd hex color red value is 175, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af9acd hue: 0.74 , saturation: 0.34 and the lightness value of af9acd is 0.70.

The process color (four color CMYK) of #af9acd color hex is 0.15, 0.25, 0.00, 0.20. Web safe color of #af9acd is #9999cc. Color #af9acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011010 11001101
Octal 257 232 315
Decimal 175 154 205
Hex AF 9A CD

RGB Percentages of Color #af9acd

%32.77
%28.84
%38.39

CMYK Percentages of Color #af9acd

%15
%25
%0
%20

Triadic Colors of #af9acd

#af9acd #cdaf9a #9acdaf

Analogous Colors of #af9acd

#af9acd #c99acd #9a9fcd

Monochromatic Colors of #af9acd

#af9acd

Complementary Color

#af9acd #b8cd9a

#af9acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9acd Color CSS Codes

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

#af9acd Text Font Color

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

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


#af9acd Background Color

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

This div background color is #af9acd


#af9acd Border Color

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

This div border color is #af9acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,154,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af9acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af9acd;
  -webkit-box-shadow: 1px 1px 3px 2px #af9acd;
  box-shadow:         1px 1px 3px 2px #af9acd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9acd


Comments

No comments written yet.

Please login to write comment.