Color Hex Logo

#af5dda Color Hex

#AF5DDA
(175,93,218)
0 Favorites   0 Comments

Color spaces of #af5dda

RGB 17593218
HSL0.780.630.61
HSV279°57°85°
CMYK 0.200.570.00   0.15
XYZ34.248422.004668.7719
Yxy22.00460.27390.1760
Hunter Lab46.909148.2324-54.0869
CIE-Lab54.031953.9368-50.8539

#af5dda color RGB value is (175,93,218).

#af5dda hex color red value is 175, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af5dda hue: 0.78 , saturation: 0.63 and the lightness value of af5dda is 0.61.

The process color (four color CMYK) of #af5dda color hex is 0.20, 0.57, 0.00, 0.15. Web safe color of #af5dda is #9966cc. Color #af5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011101 11011010
Octal 257 135 332
Decimal 175 93 218
Hex AF 5D DA

RGB Percentages of Color #af5dda

%36.01
%19.14
%44.86

CMYK Percentages of Color #af5dda

%20
%57
%0
%15

Triadic Colors of #af5dda

#af5dda #daaf5d #5ddaaf

Analogous Colors of #af5dda

#af5dda #da5dc7 #715dda

Monochromatic Colors of #af5dda

#af5dda

Complementary Color

#af5dda #88da5d

#af5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5dda Color CSS Codes

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

#af5dda Text Font Color

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

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


#af5dda Background Color

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

This div background color is #af5dda


#af5dda Border Color

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

This div border color is #af5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5dda


Comments

No comments written yet.

Please login to write comment.