Color Hex Logo

#af397c Color Hex

#AF397C
(175,57,124)
0 Favorites   0 Comments

Color spaces of #af397c

RGB 17557124
HSL0.910.510.45
HSV326°67°69°
CMYK 0.000.670.29   0.31
XYZ22.780413.495520.4730
Yxy13.49550.40140.2378
Hunter Lab36.736246.4008-7.3268
CIE-Lab43.500654.1151-11.9915

#af397c color RGB value is (175,57,124).

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

The process color (four color CMYK) of #af397c color hex is 0.00, 0.67, 0.29, 0.31. Web safe color of #af397c is #993366. Color #af397c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 01111100
Octal 257 71 174
Decimal 175 57 124
Hex AF 39 7C

RGB Percentages of Color #af397c

%49.16
%16.01
%34.83

CMYK Percentages of Color #af397c

%0
%67
%29
%31

Triadic Colors of #af397c

#af397c #7caf39 #397caf

Analogous Colors of #af397c

#af397c #af3941 #a739af

Monochromatic Colors of #af397c

#af397c

Complementary Color

#af397c #39af6c

#af397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af397c Color CSS Codes

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

#af397c Text Font Color

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

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


#af397c Background Color

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

This div background color is #af397c


#af397c Border Color

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

This div border color is #af397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af397c


Comments

No comments written yet.

Please login to write comment.