Color Hex Logo

#af394b Color Hex

#AF394B
(175,57,75)
0 Favorites   0 Comments

Color spaces of #af394b

RGB 1755775
HSL0.970.510.45
HSV351°67°69°
CMYK 0.000.670.57   0.31
XYZ20.412312.54828.0028
Yxy12.54820.49830.3063
Hunter Lab35.423440.867311.4017
CIE-Lab42.074549.103916.3515

#af394b color RGB value is (175,57,75).

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

The process color (four color CMYK) of #af394b color hex is 0.00, 0.67, 0.57, 0.31. Web safe color of #af394b is #993333. Color #af394b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 01001011
Octal 257 71 113
Decimal 175 57 75
Hex AF 39 4B

RGB Percentages of Color #af394b

%57.00
%18.57
%24.43

CMYK Percentages of Color #af394b

%0
%67
%57
%31

Triadic Colors of #af394b

#af394b #4baf39 #394baf

Analogous Colors of #af394b

#af394b #af6239 #af3986

Monochromatic Colors of #af394b

#af394b

Complementary Color

#af394b #39af9d

#af394b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af394b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af394b Color CSS Codes

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

#af394b Text Font Color

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

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


#af394b Background Color

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

This div background color is #af394b


#af394b Border Color

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

This div border color is #af394b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af394b


Comments

No comments written yet.

Please login to write comment.