Color Hex Logo

#af457a Color Hex

#AF457A
(175,69,122)
0 Favorites   0 Comments

Color spaces of #af457a

RGB 17569122
HSL0.920.430.48
HSV330°61°69°
CMYK 0.000.610.30   0.31
XYZ23.320214.775320.0352
Yxy14.77530.40120.2542
Hunter Lab38.438741.0258-3.9964
CIE-Lab45.324948.6856-8.0235

#af457a color RGB value is (175,69,122).

#af457a hex color red value is 175, green value is 69 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #af457a hue: 0.92 , saturation: 0.43 and the lightness value of af457a is 0.48.

The process color (four color CMYK) of #af457a color hex is 0.00, 0.61, 0.30, 0.31. Web safe color of #af457a is #993366. Color #af457a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01111010
Octal 257 105 172
Decimal 175 69 122
Hex AF 45 7A

RGB Percentages of Color #af457a

%47.81
%18.85
%33.33

CMYK Percentages of Color #af457a

%0
%61
%30
%31

Triadic Colors of #af457a

#af457a #7aaf45 #457aaf

Analogous Colors of #af457a

#af457a #af4545 #af45af

Monochromatic Colors of #af457a

#af457a

Complementary Color

#af457a #45af7a

#af457a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af457a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af457a Color CSS Codes

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

#af457a Text Font Color

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

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


#af457a Background Color

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

This div background color is #af457a


#af457a Border Color

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

This div border color is #af457a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af457a


Comments

No comments written yet.

Please login to write comment.