Color Hex Logo

#af3761 Color Hex

#AF3761
(175,55,97)
0 Favorites   0 Comments

Color spaces of #af3761

RGB 1755597
HSL0.940.520.45
HSV339°69°69°
CMYK 0.000.690.45   0.31
XYZ21.203112.709412.6449
Yxy12.70940.45540.2730
Hunter Lab35.650243.77553.9254
CIE-Lab42.322151.85442.9781

#af3761 color RGB value is (175,55,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01100001
Octal 257 67 141
Decimal 175 55 97
Hex AF 37 61

RGB Percentages of Color #af3761

%53.52
%16.82
%29.66

CMYK Percentages of Color #af3761

%0
%69
%45
%31

Triadic Colors of #af3761

#af3761 #61af37 #3761af

Analogous Colors of #af3761

#af3761 #af4937 #af379d

Monochromatic Colors of #af3761

#af3761

Complementary Color

#af3761 #37af85

#af3761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3761 Color CSS Codes

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

#af3761 Text Font Color

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

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


#af3761 Background Color

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

This div background color is #af3761


#af3761 Border Color

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

This div border color is #af3761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3761


Comments

No comments written yet.

Please login to write comment.