Color Hex Logo

#af078d Color Hex

#AF078D
(175,7,141)
0 Favorites   0 Comments

Color spaces of #af078d

RGB 1757141
HSL0.870.920.36
HSV312°96°69°
CMYK 0.000.960.19   0.31
XYZ22.562911.189026.1698
Yxy11.18900.37650.1867
Hunter Lab33.450061.8656-22.9710
CIE-Lab39.897068.6561-27.9752

#af078d color RGB value is (175,7,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 10001101
Octal 257 7 215
Decimal 175 7 141
Hex AF 7 8D

RGB Percentages of Color #af078d

%54.18
%2.17
%43.65

CMYK Percentages of Color #af078d

%0
%96
%19
%31

Triadic Colors of #af078d

#af078d #8daf07 #078daf

Analogous Colors of #af078d

#af078d #af0739 #7d07af

Monochromatic Colors of #af078d

#af078d

Complementary Color

#af078d #07af29

#af078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af078d Color CSS Codes

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

#af078d Text Font Color

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

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


#af078d Background Color

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

This div background color is #af078d


#af078d Border Color

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

This div border color is #af078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af078d


Comments

No comments written yet.

Please login to write comment.