Color Hex Logo

#af3d9e Color Hex

#AF3D9E
(175,61,158)
0 Favorites   0 Comments

Color spaces of #af3d9e

RGB 17561158
HSL0.860.480.46
HSV309°65°69°
CMYK 0.000.650.10   0.31
XYZ25.519514.920133.8826
Yxy14.92010.34340.2007
Hunter Lab38.626550.3336-24.9697
CIE-Lab45.524657.3709-29.4532

#af3d9e color RGB value is (175,61,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 10011110
Octal 257 75 236
Decimal 175 61 158
Hex AF 3D 9E

RGB Percentages of Color #af3d9e

%44.42
%15.48
%40.10

CMYK Percentages of Color #af3d9e

%0
%65
%10
%31

Triadic Colors of #af3d9e

#af3d9e #9eaf3d #3d9eaf

Analogous Colors of #af3d9e

#af3d9e #af3d65 #873daf

Monochromatic Colors of #af3d9e

#af3d9e

Complementary Color

#af3d9e #3daf4e

#af3d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3d9e Color CSS Codes

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

#af3d9e Text Font Color

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

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


#af3d9e Background Color

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

This div background color is #af3d9e


#af3d9e Border Color

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

This div border color is #af3d9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3d9e


Comments

No comments written yet.

Please login to write comment.