Color Hex Logo

#af355c Color Hex

#AF355C
(175,53,92)
0 Favorites   0 Comments

Color spaces of #af355c

RGB 1755392
HSL0.950.540.45
HSV341°70°69°
CMYK 0.000.700.47   0.31
XYZ20.884112.432911.4243
Yxy12.43290.46680.2779
Hunter Lab35.260344.01705.4723
CIE-Lab41.896052.16245.4900

#af355c color RGB value is (175,53,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01011100
Octal 257 65 134
Decimal 175 53 92
Hex AF 35 5C

RGB Percentages of Color #af355c

%54.69
%16.56
%28.75

CMYK Percentages of Color #af355c

%0
%70
%47
%31

Triadic Colors of #af355c

#af355c #5caf35 #355caf

Analogous Colors of #af355c

#af355c #af4b35 #af3599

Monochromatic Colors of #af355c

#af355c

Complementary Color

#af355c #35af88

#af355c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af355c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af355c Color CSS Codes

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

#af355c Text Font Color

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

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


#af355c Background Color

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

This div background color is #af355c


#af355c Border Color

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

This div border color is #af355c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af355c


Comments

No comments written yet.

Please login to write comment.