Color Hex Logo

#af607a Color Hex

#AF607A
(175,96,122)
0 Favorites   0 Comments

Color spaces of #af607a

RGB 17596122
HSL0.950.330.53
HSV340°45°69°
CMYK 0.000.450.30   0.31
XYZ25.374918.884820.7201
Yxy18.88480.39050.2906
Hunter Lab43.456628.17932.1502
CIE-Lab50.552235.0899-0.2927

#af607a color RGB value is (175,96,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 01111010
Octal 257 140 172
Decimal 175 96 122
Hex AF 60 7A

RGB Percentages of Color #af607a

%44.53
%24.43
%31.04

CMYK Percentages of Color #af607a

%0
%45
%30
%31

Triadic Colors of #af607a

#af607a #7aaf60 #607aaf

Analogous Colors of #af607a

#af607a #af6e60 #af60a2

Monochromatic Colors of #af607a

#af607a

Complementary Color

#af607a #60af95

#af607a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af607a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af607a Color CSS Codes

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

#af607a Text Font Color

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

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


#af607a Background Color

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

This div background color is #af607a


#af607a Border Color

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

This div border color is #af607a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af607a


Comments

No comments written yet.

Please login to write comment.