Color Hex Logo

#af059d Color Hex

#AF059D
(175,5,157)
0 Favorites   0 Comments

Color spaces of #af059d

RGB 1755157
HSL0.850.940.35
HSV306°97°69°
CMYK 0.000.970.10   0.31
XYZ23.819311.656832.8929
Yxy11.65680.34840.1705
Hunter Lab34.142164.7824-33.2213
CIE-Lab40.665470.9870-36.4985

#af059d color RGB value is (175,5,157).

#af059d hex color red value is 175, green value is 5 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af059d hue: 0.85 , saturation: 0.94 and the lightness value of af059d is 0.35.

The process color (four color CMYK) of #af059d color hex is 0.00, 0.97, 0.10, 0.31. Web safe color of #af059d is #990099. Color #af059d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 10011101
Octal 257 5 235
Decimal 175 5 157
Hex AF 5 9D

RGB Percentages of Color #af059d

%51.93
%1.48
%46.59

CMYK Percentages of Color #af059d

%0
%97
%10
%31

Triadic Colors of #af059d

#af059d #9daf05 #059daf

Analogous Colors of #af059d

#af059d #af0548 #6c05af

Monochromatic Colors of #af059d

#af059d

Complementary Color

#af059d #05af17

#af059d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af059d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af059d Color CSS Codes

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

#af059d Text Font Color

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

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


#af059d Background Color

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

This div background color is #af059d


#af059d Border Color

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

This div border color is #af059d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af059d


Comments

No comments written yet.

Please login to write comment.