Color Hex Logo

#af028c Color Hex

#AF028C
(175,2,140)
0 Favorites   0 Comments

Color spaces of #af028c

RGB 1752140
HSL0.870.980.35
HSV312°99°69°
CMYK 0.000.990.20   0.31
XYZ22.434511.050825.7615
Yxy11.05080.37870.1865
Hunter Lab33.242762.2893-22.6769
CIE-Lab39.665969.0638-27.7235

#af028c color RGB value is (175,2,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 10001100
Octal 257 2 214
Decimal 175 2 140
Hex AF 2 8C

RGB Percentages of Color #af028c

%55.21
%0.63
%44.16

CMYK Percentages of Color #af028c

%0
%99
%20
%31

Triadic Colors of #af028c

#af028c #8caf02 #028caf

Analogous Colors of #af028c

#af028c #af0236 #7c02af

Monochromatic Colors of #af028c

#af028c

Complementary Color

#af028c #02af25

#af028c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af028c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af028c Color CSS Codes

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

#af028c Text Font Color

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

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


#af028c Background Color

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

This div background color is #af028c


#af028c Border Color

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

This div border color is #af028c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af028c


Comments

No comments written yet.

Please login to write comment.