Color Hex Logo

#af18bb Color Hex

#AF18BB
(175,24,187)
0 Favorites   0 Comments

Color spaces of #af18bb

RGB 17524187
HSL0.820.770.41
HSV296°87°73°
CMYK 0.060.870.00   0.27
XYZ26.975513.355148.1697
Yxy13.35510.30480.1509
Hunter Lab36.544667.8071-52.5693
CIE-Lab43.293573.0091-50.1639

#af18bb color RGB value is (175,24,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 10111011
Octal 257 30 273
Decimal 175 24 187
Hex AF 18 BB

RGB Percentages of Color #af18bb

%45.34
%6.22
%48.45

CMYK Percentages of Color #af18bb

%6
%87
%0
%27

Triadic Colors of #af18bb

#af18bb #bbaf18 #18bbaf

Analogous Colors of #af18bb

#af18bb #bb1876 #5e18bb

Monochromatic Colors of #af18bb

#af18bb

Complementary Color

#af18bb #24bb18

#af18bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af18bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af18bb Color CSS Codes

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

#af18bb Text Font Color

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

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


#af18bb Background Color

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

This div background color is #af18bb


#af18bb Border Color

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

This div border color is #af18bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,24,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 #af18bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af18bb


Comments

No comments written yet.

Please login to write comment.