Color Hex Logo

#af086b Color Hex

#AF086B
(175,8,107)
0 Favorites   0 Comments

Color spaces of #af086b

RGB 1758107
HSL0.900.910.36
HSV324°95°69°
CMYK 0.000.950.39   0.31
XYZ20.419910.349214.8313
Yxy10.34920.44780.2270
Hunter Lab32.170257.0044-4.8151
CIE-Lab38.462064.7120-9.0050

#af086b color RGB value is (175,8,107).

#af086b hex color red value is 175, green value is 8 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #af086b hue: 0.90 , saturation: 0.91 and the lightness value of af086b is 0.36.

The process color (four color CMYK) of #af086b color hex is 0.00, 0.95, 0.39, 0.31. Web safe color of #af086b is #990066. Color #af086b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 01101011
Octal 257 10 153
Decimal 175 8 107
Hex AF 8 6B

RGB Percentages of Color #af086b

%60.34
%2.76
%36.90

CMYK Percentages of Color #af086b

%0
%95
%39
%31

Triadic Colors of #af086b

#af086b #6baf08 #086baf

Analogous Colors of #af086b

#af086b #af0817 #a008af

Monochromatic Colors of #af086b

#af086b

Complementary Color

#af086b #08af4c

#af086b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af086b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af086b Color CSS Codes

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

#af086b Text Font Color

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

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


#af086b Background Color

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

This div background color is #af086b


#af086b Border Color

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

This div border color is #af086b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af086b


Comments

No comments written yet.

Please login to write comment.