Color Hex Logo

#af14bb Color Hex

#AF14BB
(175,20,187)
0 Favorites   0 Comments

Color spaces of #af14bb

RGB 17520187
HSL0.820.810.41
HSV296°89°73°
CMYK 0.060.890.00   0.27
XYZ26.899013.202148.1442
Yxy13.20210.30480.1496
Hunter Lab36.334768.5599-53.1262
CIE-Lab43.066273.6779-50.5289

#af14bb color RGB value is (175,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 10111011
Octal 257 24 273
Decimal 175 20 187
Hex AF 14 BB

RGB Percentages of Color #af14bb

%45.81
%5.24
%48.95

CMYK Percentages of Color #af14bb

%6
%89
%0
%27

Triadic Colors of #af14bb

#af14bb #bbaf14 #14bbaf

Analogous Colors of #af14bb

#af14bb #bb1474 #5c14bb

Monochromatic Colors of #af14bb

#af14bb

Complementary Color

#af14bb #20bb14

#af14bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af14bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af14bb Color CSS Codes

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

#af14bb Text Font Color

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

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


#af14bb Background Color

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

This div background color is #af14bb


#af14bb Border Color

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

This div border color is #af14bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af14bb


Comments

No comments written yet.

Please login to write comment.