Color Hex Logo

#af0abf Color Hex

#AF0ABF
(175,10,191)
0 Favorites   0 Comments

Color spaces of #af0abf

RGB 17510191
HSL0.820.900.39
HSV295°95°75°
CMYK 0.080.950.00   0.25
XYZ27.191713.092650.3842
Yxy13.09260.29990.1444
Hunter Lab36.183770.8196-57.2301
CIE-Lab42.902475.5701-53.1385

#af0abf color RGB value is (175,10,191).

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

The process color (four color CMYK) of #af0abf color hex is 0.08, 0.95, 0.00, 0.25. Web safe color of #af0abf is #9900cc. Color #af0abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001010 10111111
Octal 257 12 277
Decimal 175 10 191
Hex AF A BF

RGB Percentages of Color #af0abf

%46.54
%2.66
%50.80

CMYK Percentages of Color #af0abf

%8
%95
%0
%25

Triadic Colors of #af0abf

#af0abf #bfaf0a #0abfaf

Analogous Colors of #af0abf

#af0abf #bf0a75 #550abf

Monochromatic Colors of #af0abf

#af0abf

Complementary Color

#af0abf #1abf0a

#af0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0abf Color CSS Codes

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

#af0abf Text Font Color

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

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


#af0abf Background Color

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

This div background color is #af0abf


#af0abf Border Color

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

This div border color is #af0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0abf


Comments

No comments written yet.

Please login to write comment.