Color Hex Logo

#af384e Color Hex

#AF384E
(175,56,78)
0 Favorites   0 Comments

Color spaces of #af384e

RGB 1755678
HSL0.970.520.45
HSV349°68°69°
CMYK 0.000.680.55   0.31
XYZ20.468512.49248.5402
Yxy12.49240.49320.3010
Hunter Lab35.344641.518610.4152
CIE-Lab41.988249.750114.3681

#af384e color RGB value is (175,56,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 01001110
Octal 257 70 116
Decimal 175 56 78
Hex AF 38 4E

RGB Percentages of Color #af384e

%56.63
%18.12
%25.24

CMYK Percentages of Color #af384e

%0
%68
%55
%31

Triadic Colors of #af384e

#af384e #4eaf38 #384eaf

Analogous Colors of #af384e

#af384e #af5e38 #af388a

Monochromatic Colors of #af384e

#af384e

Complementary Color

#af384e #38af99

#af384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af384e Color CSS Codes

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

#af384e Text Font Color

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

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


#af384e Background Color

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

This div background color is #af384e


#af384e Border Color

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

This div border color is #af384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af384e


Comments

No comments written yet.

Please login to write comment.