Color Hex Logo

#af3daa Color Hex

#AF3DAA
(175,61,170)
0 Favorites   0 Comments

Color spaces of #af3daa

RGB 17561170
HSL0.840.480.46
HSV303°65°69°
CMYK 0.000.650.03   0.31
XYZ26.603615.353739.5916
Yxy15.35370.32620.1883
Hunter Lab39.183852.6198-32.4784
CIE-Lab46.114959.3309-35.6559

#af3daa color RGB value is (175,61,170).

#af3daa hex color red value is 175, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af3daa hue: 0.84 , saturation: 0.48 and the lightness value of af3daa is 0.46.

The process color (four color CMYK) of #af3daa color hex is 0.00, 0.65, 0.03, 0.31. Web safe color of #af3daa is #993399. Color #af3daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 10101010
Octal 257 75 252
Decimal 175 61 170
Hex AF 3D AA

RGB Percentages of Color #af3daa

%43.10
%15.02
%41.87

CMYK Percentages of Color #af3daa

%0
%65
%3
%31

Triadic Colors of #af3daa

#af3daa #aaaf3d #3daaaf

Analogous Colors of #af3daa

#af3daa #af3d71 #7b3daf

Monochromatic Colors of #af3daa

#af3daa

Complementary Color

#af3daa #3daf42

#af3daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3daa Color CSS Codes

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

#af3daa Text Font Color

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

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


#af3daa Background Color

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

This div background color is #af3daa


#af3daa Border Color

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

This div border color is #af3daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3daa


Comments

No comments written yet.

Please login to write comment.