Color Hex Logo

#af389c Color Hex

#AF389C
(175,56,156)
0 Favorites   0 Comments

Color spaces of #af389c

RGB 17556156
HSL0.860.520.45
HSV310°68°69°
CMYK 0.000.680.11   0.31
XYZ25.094114.342632.8983
Yxy14.34260.34690.1983
Hunter Lab37.871652.0005-24.9939
CIE-Lab44.720359.0352-29.5145

#af389c color RGB value is (175,56,156).

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

The process color (four color CMYK) of #af389c color hex is 0.00, 0.68, 0.11, 0.31. Web safe color of #af389c is #993399. Color #af389c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 10011100
Octal 257 70 234
Decimal 175 56 156
Hex AF 38 9C

RGB Percentages of Color #af389c

%45.22
%14.47
%40.31

CMYK Percentages of Color #af389c

%0
%68
%11
%31

Triadic Colors of #af389c

#af389c #9caf38 #389caf

Analogous Colors of #af389c

#af389c #af3860 #8738af

Monochromatic Colors of #af389c

#af389c

Complementary Color

#af389c #38af4b

#af389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af389c Color CSS Codes

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

#af389c Text Font Color

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

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


#af389c Background Color

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

This div background color is #af389c


#af389c Border Color

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

This div border color is #af389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af389c


Comments

No comments written yet.

Please login to write comment.