Color Hex Logo

#af9dda Color Hex

#AF9DDA
(175,157,218)
1 Favorites   0 Comments

Color spaces of #af9dda

RGB 175157218
HSL0.720.450.74
HSV258°28°85°
CMYK 0.200.280.00   0.15
XYZ42.391138.289971.4861
Yxy38.28990.27860.2516
Hunter Lab61.878813.9964-25.1801
CIE-Lab68.233718.9400-28.5964

#af9dda color RGB value is (175,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 11011010
Octal 257 235 332
Decimal 175 157 218
Hex AF 9D DA

RGB Percentages of Color #af9dda

%31.82
%28.55
%39.64

CMYK Percentages of Color #af9dda

%20
%28
%0
%15

Triadic Colors of #af9dda

#af9dda #daaf9d #9ddaaf

Analogous Colors of #af9dda

#af9dda #ce9dda #9daada

Monochromatic Colors of #af9dda

#af9dda

Complementary Color

#af9dda #c8da9d

#af9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9dda Color CSS Codes

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

#af9dda Text Font Color

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

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


#af9dda Background Color

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

This div background color is #af9dda


#af9dda Border Color

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

This div border color is #af9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9dda


Comments

No comments written yet.

Please login to write comment.