Color Hex Logo

#af4181 Color Hex

#AF4181
(175,65,129)
0 Favorites   0 Comments

Color spaces of #af4181

RGB 17565129
HSL0.900.460.47
HSV325°63°69°
CMYK 0.000.630.26   0.31
XYZ23.531914.479522.3234
Yxy14.47950.39000.2400
Hunter Lab38.051943.7962-8.1465
CIE-Lab44.912951.4058-12.9094

#af4181 color RGB value is (175,65,129).

#af4181 hex color red value is 175, green value is 65 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #af4181 hue: 0.90 , saturation: 0.46 and the lightness value of af4181 is 0.47.

The process color (four color CMYK) of #af4181 color hex is 0.00, 0.63, 0.26, 0.31. Web safe color of #af4181 is #993399. Color #af4181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 10000001
Octal 257 101 201
Decimal 175 65 129
Hex AF 41 81

RGB Percentages of Color #af4181

%47.43
%17.62
%34.96

CMYK Percentages of Color #af4181

%0
%63
%26
%31

Triadic Colors of #af4181

#af4181 #81af41 #4181af

Analogous Colors of #af4181

#af4181 #af414a #a641af

Monochromatic Colors of #af4181

#af4181

Complementary Color

#af4181 #41af6f

#af4181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4181 Color CSS Codes

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

#af4181 Text Font Color

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

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


#af4181 Background Color

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

This div background color is #af4181


#af4181 Border Color

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

This div border color is #af4181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4181


Comments

No comments written yet.

Please login to write comment.