Color Hex Logo

#af0db9 Color Hex

#AF0DB9
(175,13,185)
0 Favorites   0 Comments

Color spaces of #af0db9

RGB 17513185
HSL0.820.870.39
HSV297°93°73°
CMYK 0.050.930.00   0.27
XYZ26.580112.904646.9888
Yxy12.90460.30740.1492
Hunter Lab35.923069.2104-52.4078
CIE-Lab42.619174.3024-50.0709

#af0db9 color RGB value is (175,13,185).

#af0db9 hex color red value is 175, green value is 13 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #af0db9 hue: 0.82 , saturation: 0.87 and the lightness value of af0db9 is 0.39.

The process color (four color CMYK) of #af0db9 color hex is 0.05, 0.93, 0.00, 0.27. Web safe color of #af0db9 is #9900cc. Color #af0db9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001101 10111001
Octal 257 15 271
Decimal 175 13 185
Hex AF D B9

RGB Percentages of Color #af0db9

%46.92
%3.49
%49.60

CMYK Percentages of Color #af0db9

%5
%93
%0
%27

Triadic Colors of #af0db9

#af0db9 #b9af0d #0db9af

Analogous Colors of #af0db9

#af0db9 #b90d6d #590db9

Monochromatic Colors of #af0db9

#af0db9

Complementary Color

#af0db9 #17b90d

#af0db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0db9 Color CSS Codes

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

#af0db9 Text Font Color

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

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


#af0db9 Background Color

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

This div background color is #af0db9


#af0db9 Border Color

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

This div border color is #af0db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0db9


Comments

No comments written yet.

Please login to write comment.