Color Hex Logo

#af9eda Color Hex

#AF9EDA
(175,158,218)
0 Favorites   0 Comments

Color spaces of #af9eda

RGB 175158218
HSL0.710.450.74
HSV257°28°85°
CMYK 0.200.280.00   0.15
XYZ42.560938.629671.5427
Yxy38.62960.27870.2529
Hunter Lab62.152713.4659-24.7406
CIE-Lab68.482118.3789-28.2140

#af9eda color RGB value is (175,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 11011010
Octal 257 236 332
Decimal 175 158 218
Hex AF 9E DA

RGB Percentages of Color #af9eda

%31.76
%28.68
%39.56

CMYK Percentages of Color #af9eda

%20
%28
%0
%15

Triadic Colors of #af9eda

#af9eda #daaf9e #9edaaf

Analogous Colors of #af9eda

#af9eda #cd9eda #9eabda

Monochromatic Colors of #af9eda

#af9eda

Complementary Color

#af9eda #c9da9e

#af9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9eda Color CSS Codes

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

#af9eda Text Font Color

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

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


#af9eda Background Color

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

This div background color is #af9eda


#af9eda Border Color

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

This div border color is #af9eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,158,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9eda


Comments

No comments written yet.

Please login to write comment.