Color Hex Logo

#af379d Color Hex

#AF379D
(175,55,157)
0 Favorites   0 Comments

Color spaces of #af379d

RGB 17555157
HSL0.860.520.45
HSV309°69°69°
CMYK 0.000.690.10   0.31
XYZ25.131214.280733.3302
Yxy14.28070.34550.1963
Hunter Lab37.789852.5749-25.8403
CIE-Lab44.632859.5702-30.2501

#af379d color RGB value is (175,55,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 10011101
Octal 257 67 235
Decimal 175 55 157
Hex AF 37 9D

RGB Percentages of Color #af379d

%45.22
%14.21
%40.57

CMYK Percentages of Color #af379d

%0
%69
%10
%31

Triadic Colors of #af379d

#af379d #9daf37 #379daf

Analogous Colors of #af379d

#af379d #af3761 #8537af

Monochromatic Colors of #af379d

#af379d

Complementary Color

#af379d #37af49

#af379d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af379d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af379d Color CSS Codes

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

#af379d Text Font Color

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

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


#af379d Background Color

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

This div background color is #af379d


#af379d Border Color

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

This div border color is #af379d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af379d


Comments

No comments written yet.

Please login to write comment.