Color Hex Logo

#af385e Color Hex

#AF385E
(175,56,94)
0 Favorites   0 Comments

Color spaces of #af385e

RGB 1755694
HSL0.950.520.45
HSV341°68°69°
CMYK 0.000.680.46   0.31
XYZ21.113712.750511.9379
Yxy12.75050.46100.2784
Hunter Lab35.707843.05665.1736
CIE-Lab42.384951.15694.9399

#af385e color RGB value is (175,56,94).

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

The process color (four color CMYK) of #af385e color hex is 0.00, 0.68, 0.46, 0.31. Web safe color of #af385e is #993366. Color #af385e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 01011110
Octal 257 70 136
Decimal 175 56 94
Hex AF 38 5E

RGB Percentages of Color #af385e

%53.85
%17.23
%28.92

CMYK Percentages of Color #af385e

%0
%68
%46
%31

Triadic Colors of #af385e

#af385e #5eaf38 #385eaf

Analogous Colors of #af385e

#af385e #af4e38 #af389a

Monochromatic Colors of #af385e

#af385e

Complementary Color

#af385e #38af89

#af385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af385e Color CSS Codes

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

#af385e Text Font Color

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

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


#af385e Background Color

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

This div background color is #af385e


#af385e Border Color

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

This div border color is #af385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af385e


Comments

No comments written yet.

Please login to write comment.