Color Hex Logo

#af357f Color Hex

#AF357F
(175,53,127)
0 Favorites   0 Comments

Color spaces of #af357f

RGB 17553127
HSL0.900.540.45
HSV324°70°69°
CMYK 0.000.700.27   0.31
XYZ22.783113.192521.4243
Yxy13.19250.39690.2298
Hunter Lab36.321548.4037-9.5473
CIE-Lab43.051956.0613-14.5130

#af357f color RGB value is (175,53,127).

#af357f hex color red value is 175, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af357f hue: 0.90 , saturation: 0.54 and the lightness value of af357f is 0.45.

The process color (four color CMYK) of #af357f color hex is 0.00, 0.70, 0.27, 0.31. Web safe color of #af357f is #993366. Color #af357f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01111111
Octal 257 65 177
Decimal 175 53 127
Hex AF 35 7F

RGB Percentages of Color #af357f

%49.30
%14.93
%35.77

CMYK Percentages of Color #af357f

%0
%70
%27
%31

Triadic Colors of #af357f

#af357f #7faf35 #357faf

Analogous Colors of #af357f

#af357f #af3542 #a235af

Monochromatic Colors of #af357f

#af357f

Complementary Color

#af357f #35af65

#af357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af357f Color CSS Codes

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

#af357f Text Font Color

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

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


#af357f Background Color

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

This div background color is #af357f


#af357f Border Color

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

This div border color is #af357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af357f


Comments

No comments written yet.

Please login to write comment.