Color Hex Logo

#af19bb Color Hex

#AF19BB
(175,25,187)
0 Favorites   0 Comments

Color spaces of #af19bb

RGB 17525187
HSL0.820.760.42
HSV296°87°73°
CMYK 0.060.870.00   0.27
XYZ26.996513.397148.1767
Yxy13.39710.30480.1513
Hunter Lab36.602067.6023-52.4178
CIE-Lab43.355672.8267-50.0642

#af19bb color RGB value is (175,25,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011001 10111011
Octal 257 31 273
Decimal 175 25 187
Hex AF 19 BB

RGB Percentages of Color #af19bb

%45.22
%6.46
%48.32

CMYK Percentages of Color #af19bb

%6
%87
%0
%27

Triadic Colors of #af19bb

#af19bb #bbaf19 #19bbaf

Analogous Colors of #af19bb

#af19bb #bb1976 #5e19bb

Monochromatic Colors of #af19bb

#af19bb

Complementary Color

#af19bb #25bb19

#af19bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af19bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af19bb Color CSS Codes

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

#af19bb Text Font Color

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

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


#af19bb Background Color

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

This div background color is #af19bb


#af19bb Border Color

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

This div border color is #af19bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af19bb


Comments

No comments written yet.

Please login to write comment.