Color Hex Logo

#af607d Color Hex

#AF607D
(175,96,125)
0 Favorites   0 Comments

Color spaces of #af607d

RGB 17596125
HSL0.940.330.53
HSV338°45°69°
CMYK 0.000.450.29   0.31
XYZ25.563718.960421.7144
Yxy18.96040.38590.2862
Hunter Lab43.543528.59320.9136
CIE-Lab50.640835.5041-1.9512

#af607d color RGB value is (175,96,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 01111101
Octal 257 140 175
Decimal 175 96 125
Hex AF 60 7D

RGB Percentages of Color #af607d

%44.19
%24.24
%31.57

CMYK Percentages of Color #af607d

%0
%45
%29
%31

Triadic Colors of #af607d

#af607d #7daf60 #607daf

Analogous Colors of #af607d

#af607d #af6b60 #af60a5

Monochromatic Colors of #af607d

#af607d

Complementary Color

#af607d #60af92

#af607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af607d Color CSS Codes

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

#af607d Text Font Color

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

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


#af607d Background Color

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

This div background color is #af607d


#af607d Border Color

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

This div border color is #af607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af607d


Comments

No comments written yet.

Please login to write comment.