Color Hex Logo

#af477d Color Hex

#AF477D
(175,71,125)
0 Favorites   0 Comments

Color spaces of #af477d

RGB 17571125
HSL0.910.420.48
HSV329°59°69°
CMYK 0.000.590.29   0.31
XYZ23.634115.101121.0712
Yxy15.10110.39520.2525
Hunter Lab38.860140.5556-4.9468
CIE-Lab45.772448.1551-9.1799

#af477d color RGB value is (175,71,125).

#af477d hex color red value is 175, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af477d hue: 0.91 , saturation: 0.42 and the lightness value of af477d is 0.48.

The process color (four color CMYK) of #af477d color hex is 0.00, 0.59, 0.29, 0.31. Web safe color of #af477d is #993366. Color #af477d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000111 01111101
Octal 257 107 175
Decimal 175 71 125
Hex AF 47 7D

RGB Percentages of Color #af477d

%47.17
%19.14
%33.69

CMYK Percentages of Color #af477d

%0
%59
%29
%31

Triadic Colors of #af477d

#af477d #7daf47 #477daf

Analogous Colors of #af477d

#af477d #af4749 #ad47af

Monochromatic Colors of #af477d

#af477d

Complementary Color

#af477d #47af79

#af477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af477d Color CSS Codes

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

#af477d Text Font Color

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

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


#af477d Background Color

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

This div background color is #af477d


#af477d Border Color

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

This div border color is #af477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af477d


Comments

No comments written yet.

Please login to write comment.