Color Hex Logo

#af374e Color Hex

#AF374E
(175,55,78)
0 Favorites   0 Comments

Color spaces of #af374e

RGB 1755578
HSL0.970.520.45
HSV349°69°69°
CMYK 0.000.690.55   0.31
XYZ20.420512.39648.5242
Yxy12.39640.49400.2999
Hunter Lab35.208541.912810.2915
CIE-Lab41.839350.157514.1649

#af374e color RGB value is (175,55,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01001110
Octal 257 67 116
Decimal 175 55 78
Hex AF 37 4E

RGB Percentages of Color #af374e

%56.82
%17.86
%25.32

CMYK Percentages of Color #af374e

%0
%69
%55
%31

Triadic Colors of #af374e

#af374e #4eaf37 #374eaf

Analogous Colors of #af374e

#af374e #af5c37 #af378a

Monochromatic Colors of #af374e

#af374e

Complementary Color

#af374e #37af98

#af374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af374e Color CSS Codes

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

#af374e Text Font Color

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

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


#af374e Background Color

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

This div background color is #af374e


#af374e Border Color

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

This div border color is #af374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af374e


Comments

No comments written yet.

Please login to write comment.