Color Hex Logo

#af0bbb Color Hex

#AF0BBB
(175,11,187)
0 Favorites   0 Comments

Color spaces of #af0bbb

RGB 17511187
HSL0.820.890.39
HSV296°94°73°
CMYK 0.060.940.00   0.27
XYZ26.768512.941248.1007
Yxy12.94120.30480.1474
Hunter Lab35.973969.8692-54.0950
CIE-Lab42.674574.8344-51.1583

#af0bbb color RGB value is (175,11,187).

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

The process color (four color CMYK) of #af0bbb color hex is 0.06, 0.94, 0.00, 0.27. Web safe color of #af0bbb is #9900cc. Color #af0bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001011 10111011
Octal 257 13 273
Decimal 175 11 187
Hex AF B BB

RGB Percentages of Color #af0bbb

%46.92
%2.95
%50.13

CMYK Percentages of Color #af0bbb

%6
%94
%0
%27

Triadic Colors of #af0bbb

#af0bbb #bbaf0b #0bbbaf

Analogous Colors of #af0bbb

#af0bbb #bb0b6f #570bbb

Monochromatic Colors of #af0bbb

#af0bbb

Complementary Color

#af0bbb #17bb0b

#af0bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0bbb Color CSS Codes

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

#af0bbb Text Font Color

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

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


#af0bbb Background Color

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

This div background color is #af0bbb


#af0bbb Border Color

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

This div border color is #af0bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0bbb


Comments

No comments written yet.

Please login to write comment.