Color Hex Logo

#af1178 Color Hex

#AF1178
(175,17,120)
0 Favorites   0 Comments

Color spaces of #af1178

RGB 17517120
HSL0.890.820.38
HSV321°90°69°
CMYK 0.000.900.31   0.31
XYZ21.269810.870918.7466
Yxy10.87090.41800.2136
Hunter Lab32.971057.4520-10.6312
CIE-Lab39.362264.9302-15.8110

#af1178 color RGB value is (175,17,120).

#af1178 hex color red value is 175, green value is 17 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #af1178 hue: 0.89 , saturation: 0.82 and the lightness value of af1178 is 0.38.

The process color (four color CMYK) of #af1178 color hex is 0.00, 0.90, 0.31, 0.31. Web safe color of #af1178 is #990066. Color #af1178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 01111000
Octal 257 21 170
Decimal 175 17 120
Hex AF 11 78

RGB Percentages of Color #af1178

%56.09
%5.45
%38.46

CMYK Percentages of Color #af1178

%0
%90
%31
%31

Triadic Colors of #af1178

#af1178 #78af11 #1178af

Analogous Colors of #af1178

#af1178 #af1129 #9711af

Monochromatic Colors of #af1178

#af1178

Complementary Color

#af1178 #11af48

#af1178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1178 Color CSS Codes

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

#af1178 Text Font Color

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

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


#af1178 Background Color

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

This div background color is #af1178


#af1178 Border Color

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

This div border color is #af1178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1178


Comments

No comments written yet.

Please login to write comment.