Color Hex Logo

#af379e Color Hex

#AF379E
(175,55,158)
0 Favorites   0 Comments

Color spaces of #af379e

RGB 17555158
HSL0.860.520.45
HSV309°69°69°
CMYK 0.000.690.10   0.31
XYZ25.216914.315033.7817
Yxy14.31500.34400.1953
Hunter Lab37.835252.7576-26.4534
CIE-Lab44.681359.7255-30.7724

#af379e color RGB value is (175,55,158).

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

The process color (four color CMYK) of #af379e color hex is 0.00, 0.69, 0.10, 0.31. Web safe color of #af379e is #993399. Color #af379e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 10011110
Octal 257 67 236
Decimal 175 55 158
Hex AF 37 9E

RGB Percentages of Color #af379e

%45.10
%14.18
%40.72

CMYK Percentages of Color #af379e

%0
%69
%10
%31

Triadic Colors of #af379e

#af379e #9eaf37 #379eaf

Analogous Colors of #af379e

#af379e #af3762 #8437af

Monochromatic Colors of #af379e

#af379e

Complementary Color

#af379e #37af48

#af379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af379e Color CSS Codes

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

#af379e Text Font Color

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

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


#af379e Background Color

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

This div background color is #af379e


#af379e Border Color

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

This div border color is #af379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af379e


Comments

No comments written yet.

Please login to write comment.