Color Hex Logo

#af5fda Color Hex

#AF5FDA
(175,95,218)
0 Favorites   0 Comments

Color spaces of #af5fda

RGB 17595218
HSL0.780.620.61
HSV279°56°85°
CMYK 0.200.560.00   0.15
XYZ34.426322.360368.8312
Yxy22.36030.27410.1780
Hunter Lab47.286747.2023-53.2027
CIE-Lab54.407252.9340-50.2561

#af5fda color RGB value is (175,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011111 11011010
Octal 257 137 332
Decimal 175 95 218
Hex AF 5F DA

RGB Percentages of Color #af5fda

%35.86
%19.47
%44.67

CMYK Percentages of Color #af5fda

%20
%56
%0
%15

Triadic Colors of #af5fda

#af5fda #daaf5f #5fdaaf

Analogous Colors of #af5fda

#af5fda #da5fc8 #725fda

Monochromatic Colors of #af5fda

#af5fda

Complementary Color

#af5fda #8ada5f

#af5fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5fda Color CSS Codes

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

#af5fda Text Font Color

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

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


#af5fda Background Color

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

This div background color is #af5fda


#af5fda Border Color

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

This div border color is #af5fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5fda


Comments

No comments written yet.

Please login to write comment.