Color Hex Logo

#af4681 Color Hex

#AF4681
(175,70,129)
0 Favorites   0 Comments

Color spaces of #af4681

RGB 17570129
HSL0.910.430.48
HSV326°60°69°
CMYK 0.000.600.26   0.31
XYZ23.831815.079322.4234
Yxy15.07930.38860.2459
Hunter Lab38.832141.5919-7.0543
CIE-Lab45.742649.1575-11.6546

#af4681 color RGB value is (175,70,129).

#af4681 hex color red value is 175, green value is 70 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #af4681 hue: 0.91 , saturation: 0.43 and the lightness value of af4681 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 10000001
Octal 257 106 201
Decimal 175 70 129
Hex AF 46 81

RGB Percentages of Color #af4681

%46.79
%18.72
%34.49

CMYK Percentages of Color #af4681

%0
%60
%26
%31

Triadic Colors of #af4681

#af4681 #81af46 #4681af

Analogous Colors of #af4681

#af4681 #af464d #a946af

Monochromatic Colors of #af4681

#af4681

Complementary Color

#af4681 #46af74

#af4681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4681 Color CSS Codes

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

#af4681 Text Font Color

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

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


#af4681 Background Color

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

This div background color is #af4681


#af4681 Border Color

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

This div border color is #af4681


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,70,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 #af4681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4681


Comments

No comments written yet.

Please login to write comment.