Color Hex Logo

#af9ecd Color Hex

#AF9ECD
(175,158,205)
0 Favorites   0 Comments

Color spaces of #af9ecd

RGB 175158205
HSL0.730.320.71
HSV262°23°80°
CMYK 0.150.230.00   0.20
XYZ40.925537.975562.9306
Yxy37.97550.28850.2678
Hunter Lab61.624310.7018-17.4099
CIE-Lab68.002615.4822-21.7638

#af9ecd color RGB value is (175,158,205).

#af9ecd hex color red value is 175, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af9ecd hue: 0.73 , saturation: 0.32 and the lightness value of af9ecd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 11001101
Octal 257 236 315
Decimal 175 158 205
Hex AF 9E CD

RGB Percentages of Color #af9ecd

%32.53
%29.37
%38.10

CMYK Percentages of Color #af9ecd

%15
%23
%0
%20

Triadic Colors of #af9ecd

#af9ecd #cdaf9e #9ecdaf

Analogous Colors of #af9ecd

#af9ecd #c79ecd #9ea5cd

Monochromatic Colors of #af9ecd

#af9ecd

Complementary Color

#af9ecd #bccd9e

#af9ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ecd Color CSS Codes

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

#af9ecd Text Font Color

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

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


#af9ecd Background Color

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

This div background color is #af9ecd


#af9ecd Border Color

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

This div border color is #af9ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ecd


Comments

No comments written yet.

Please login to write comment.