Color Hex Logo

#af354e Color Hex

#AF354E
(175,53,78)
0 Favorites   0 Comments

Color spaces of #af354e

RGB 1755378
HSL0.970.540.45
HSV348°70°69°
CMYK 0.000.700.55   0.31
XYZ20.327412.21028.4932
Yxy12.21020.49540.2976
Hunter Lab34.943142.688110.0493
CIE-Lab41.548350.956313.7669

#af354e color RGB value is (175,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01001110
Octal 257 65 116
Decimal 175 53 78
Hex AF 35 4E

RGB Percentages of Color #af354e

%57.19
%17.32
%25.49

CMYK Percentages of Color #af354e

%0
%70
%55
%31

Triadic Colors of #af354e

#af354e #4eaf35 #354eaf

Analogous Colors of #af354e

#af354e #af5935 #af358b

Monochromatic Colors of #af354e

#af354e

Complementary Color

#af354e #35af96

#af354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af354e Color CSS Codes

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

#af354e Text Font Color

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

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


#af354e Background Color

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

This div background color is #af354e


#af354e Border Color

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

This div border color is #af354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af354e


Comments

No comments written yet.

Please login to write comment.