Color Hex Logo

#af3770 Color Hex

#AF3770
(175,55,112)
0 Favorites   0 Comments

Color spaces of #af3770

RGB 17555112
HSL0.920.520.45
HSV332°69°69°
CMYK 0.000.690.36   0.31
XYZ21.970013.016216.6837
Yxy13.01620.42520.2519
Hunter Lab36.078045.5627-2.1632
CIE-Lab42.787653.4605-5.6642

#af3770 color RGB value is (175,55,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01110000
Octal 257 67 160
Decimal 175 55 112
Hex AF 37 70

RGB Percentages of Color #af3770

%51.17
%16.08
%32.75

CMYK Percentages of Color #af3770

%0
%69
%36
%31

Triadic Colors of #af3770

#af3770 #70af37 #3770af

Analogous Colors of #af3770

#af3770 #af3a37 #af37ac

Monochromatic Colors of #af3770

#af3770

Complementary Color

#af3770 #37af76

#af3770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3770 Color CSS Codes

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

#af3770 Text Font Color

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

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


#af3770 Background Color

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

This div background color is #af3770


#af3770 Border Color

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

This div border color is #af3770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3770


Comments

No comments written yet.

Please login to write comment.