Color Hex Logo

#af6078 Color Hex

#AF6078
(175,96,120)
0 Favorites   0 Comments

Color spaces of #af6078

RGB 17596120
HSL0.950.330.53
HSV342°45°69°
CMYK 0.000.450.31   0.31
XYZ25.252218.835820.0740
Yxy18.83580.39360.2936
Hunter Lab43.400227.90892.9566
CIE-Lab50.494534.81840.8163

#af6078 color RGB value is (175,96,120).

#af6078 hex color red value is 175, green value is 96 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #af6078 hue: 0.95 , saturation: 0.33 and the lightness value of af6078 is 0.53.

The process color (four color CMYK) of #af6078 color hex is 0.00, 0.45, 0.31, 0.31. Web safe color of #af6078 is #996666. Color #af6078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 01111000
Octal 257 140 170
Decimal 175 96 120
Hex AF 60 78

RGB Percentages of Color #af6078

%44.76
%24.55
%30.69

CMYK Percentages of Color #af6078

%0
%45
%31
%31

Triadic Colors of #af6078

#af6078 #78af60 #6078af

Analogous Colors of #af6078

#af6078 #af7060 #af60a0

Monochromatic Colors of #af6078

#af6078

Complementary Color

#af6078 #60af97

#af6078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6078 Color CSS Codes

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

#af6078 Text Font Color

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

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


#af6078 Background Color

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

This div background color is #af6078


#af6078 Border Color

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

This div border color is #af6078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6078


Comments

No comments written yet.

Please login to write comment.