Color Hex Logo

#af018d Color Hex

#AF018D
(175,1,141)
0 Favorites   0 Comments

Color spaces of #af018d

RGB 1751141
HSL0.870.990.35
HSV312°99°69°
CMYK 0.000.990.19   0.31
XYZ22.497811.058826.1481
Yxy11.05880.37680.1852
Hunter Lab33.254862.5645-23.3412
CIE-Lab39.679369.2962-28.3161

#af018d color RGB value is (175,1,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000001 10001101
Octal 257 1 215
Decimal 175 1 141
Hex AF 1 8D

RGB Percentages of Color #af018d

%55.21
%0.32
%44.48

CMYK Percentages of Color #af018d

%0
%99
%19
%31

Triadic Colors of #af018d

#af018d #8daf01 #018daf

Analogous Colors of #af018d

#af018d #af0136 #7a01af

Monochromatic Colors of #af018d

#af018d

Complementary Color

#af018d #01af23

#af018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af018d Color CSS Codes

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

#af018d Text Font Color

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

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


#af018d Background Color

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

This div background color is #af018d


#af018d Border Color

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

This div border color is #af018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af018d


Comments

No comments written yet.

Please login to write comment.