Color Hex Logo

#af0bcb Color Hex

#AF0BCB
(175,11,203)
0 Favorites   0 Comments

Color spaces of #af0bcb

RGB 17511203
HSL0.810.900.42
HSV291°95°80°
CMYK 0.140.950.00   0.20
XYZ28.578413.665157.6313
Yxy13.66510.28610.1368
Hunter Lab36.966373.3059-66.5579
CIE-Lab43.748877.4301-58.7666

#af0bcb color RGB value is (175,11,203).

#af0bcb hex color red value is 175, green value is 11 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af0bcb hue: 0.81 , saturation: 0.90 and the lightness value of af0bcb is 0.42.

The process color (four color CMYK) of #af0bcb color hex is 0.14, 0.95, 0.00, 0.20. Web safe color of #af0bcb is #9900cc. Color #af0bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001011 11001011
Octal 257 13 313
Decimal 175 11 203
Hex AF B CB

RGB Percentages of Color #af0bcb

%44.99
%2.83
%52.19

CMYK Percentages of Color #af0bcb

%14
%95
%0
%20

Triadic Colors of #af0bcb

#af0bcb #cbaf0b #0bcbaf

Analogous Colors of #af0bcb

#af0bcb #cb0b87 #4f0bcb

Monochromatic Colors of #af0bcb

#af0bcb

Complementary Color

#af0bcb #27cb0b

#af0bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0bcb Color CSS Codes

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

#af0bcb Text Font Color

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

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


#af0bcb Background Color

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

This div background color is #af0bcb


#af0bcb Border Color

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

This div border color is #af0bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0bcb


Comments

No comments written yet.

Please login to write comment.