Color Hex Logo

#af03bf Color Hex

#AF03BF
(175,3,191)
0 Favorites   0 Comments

Color spaces of #af03bf

RGB 1753191
HSL0.820.970.38
HSV295°98°75°
CMYK 0.080.980.00   0.25
XYZ27.115712.940750.3589
Yxy12.94070.29990.1431
Hunter Lab35.973271.5958-57.8189
CIE-Lab42.673876.2486-53.5069

#af03bf color RGB value is (175,3,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 10111111
Octal 257 3 277
Decimal 175 3 191
Hex AF 3 BF

RGB Percentages of Color #af03bf

%47.43
%0.81
%51.76

CMYK Percentages of Color #af03bf

%8
%98
%0
%25

Triadic Colors of #af03bf

#af03bf #bfaf03 #03bfaf

Analogous Colors of #af03bf

#af03bf #bf0371 #5103bf

Monochromatic Colors of #af03bf

#af03bf

Complementary Color

#af03bf #13bf03

#af03bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af03bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af03bf Color CSS Codes

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

#af03bf Text Font Color

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

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


#af03bf Background Color

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

This div background color is #af03bf


#af03bf Border Color

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

This div border color is #af03bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af03bf


Comments

No comments written yet.

Please login to write comment.