Color Hex Logo

#af019d Color Hex

#AF019D
(175,1,157)
0 Favorites   0 Comments

Color spaces of #af019d

RGB 1751157
HSL0.850.990.35
HSV306°99°69°
CMYK 0.000.990.10   0.31
XYZ23.775911.570032.8784
Yxy11.57000.34850.1696
Hunter Lab34.014765.2438-33.4991
CIE-Lab40.524471.4032-36.7218

#af019d color RGB value is (175,1,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000001 10011101
Octal 257 1 235
Decimal 175 1 157
Hex AF 1 9D

RGB Percentages of Color #af019d

%52.55
%0.30
%47.15

CMYK Percentages of Color #af019d

%0
%99
%10
%31

Triadic Colors of #af019d

#af019d #9daf01 #019daf

Analogous Colors of #af019d

#af019d #af0146 #6a01af

Monochromatic Colors of #af019d

#af019d

Complementary Color

#af019d #01af13

#af019d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af019d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af019d Color CSS Codes

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

#af019d Text Font Color

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

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


#af019d Background Color

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

This div background color is #af019d


#af019d Border Color

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

This div border color is #af019d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af019d


Comments

No comments written yet.

Please login to write comment.