Color Hex Logo

#af3fda Color Hex

#AF3FDA
(175,63,218)
0 Favorites   0 Comments

Color spaces of #af3fda

RGB 17563218
HSL0.790.680.55
HSV283°71°85°
CMYK 0.200.710.00   0.15
XYZ32.111617.730968.0596
Yxy17.73090.27240.1504
Hunter Lab42.108162.4349-66.3552
CIE-Lab49.168167.3425-58.6453

#af3fda color RGB value is (175,63,218).

#af3fda hex color red value is 175, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af3fda hue: 0.79 , saturation: 0.68 and the lightness value of af3fda is 0.55.

The process color (four color CMYK) of #af3fda color hex is 0.20, 0.71, 0.00, 0.15. Web safe color of #af3fda is #9933cc. Color #af3fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111111 11011010
Octal 257 77 332
Decimal 175 63 218
Hex AF 3F DA

RGB Percentages of Color #af3fda

%38.38
%13.82
%47.81

CMYK Percentages of Color #af3fda

%20
%71
%0
%15

Triadic Colors of #af3fda

#af3fda #daaf3f #3fdaaf

Analogous Colors of #af3fda

#af3fda #da3fb8 #613fda

Monochromatic Colors of #af3fda

#af3fda

Complementary Color

#af3fda #6ada3f

#af3fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3fda Color CSS Codes

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

#af3fda Text Font Color

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

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


#af3fda Background Color

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

This div background color is #af3fda


#af3fda Border Color

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

This div border color is #af3fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3fda


Comments

No comments written yet.

Please login to write comment.