Color Hex Logo

#af05bf Color Hex

#AF05BF
(175,5,191)
0 Favorites   0 Comments

Color spaces of #af05bf

RGB 1755191
HSL0.820.950.38
HSV295°97°75°
CMYK 0.080.970.00   0.25
XYZ27.137412.984150.3661
Yxy12.98410.29990.1435
Hunter Lab36.033571.3728-57.6497
CIE-Lab42.739376.0540-53.4013

#af05bf color RGB value is (175,5,191).

#af05bf hex color red value is 175, green value is 5 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af05bf hue: 0.82 , saturation: 0.95 and the lightness value of af05bf is 0.38.

The process color (four color CMYK) of #af05bf color hex is 0.08, 0.97, 0.00, 0.25. Web safe color of #af05bf is #9900cc. Color #af05bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 10111111
Octal 257 5 277
Decimal 175 5 191
Hex AF 5 BF

RGB Percentages of Color #af05bf

%47.17
%1.35
%51.48

CMYK Percentages of Color #af05bf

%8
%97
%0
%25

Triadic Colors of #af05bf

#af05bf #bfaf05 #05bfaf

Analogous Colors of #af05bf

#af05bf #bf0572 #5205bf

Monochromatic Colors of #af05bf

#af05bf

Complementary Color

#af05bf #15bf05

#af05bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af05bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af05bf Color CSS Codes

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

#af05bf Text Font Color

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

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


#af05bf Background Color

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

This div background color is #af05bf


#af05bf Border Color

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

This div border color is #af05bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af05bf


Comments

No comments written yet.

Please login to write comment.