Color Hex Logo

#af48bf Color Hex

#AF48BF
(175,72,191)
0 Favorites   0 Comments

Color spaces of #af48bf

RGB 17572191
HSL0.810.480.52
HSV292°62°75°
CMYK 0.080.620.00   0.25
XYZ29.400517.510351.1205
Yxy17.51030.29990.1786
Hunter Lab41.845352.1847-43.1402
CIE-Lab48.896758.4224-43.5535

#af48bf color RGB value is (175,72,191).

#af48bf hex color red value is 175, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af48bf hue: 0.81 , saturation: 0.48 and the lightness value of af48bf is 0.52.

The process color (four color CMYK) of #af48bf color hex is 0.08, 0.62, 0.00, 0.25. Web safe color of #af48bf is #9933cc. Color #af48bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10111111
Octal 257 110 277
Decimal 175 72 191
Hex AF 48 BF

RGB Percentages of Color #af48bf

%39.95
%16.44
%43.61

CMYK Percentages of Color #af48bf

%8
%62
%0
%25

Triadic Colors of #af48bf

#af48bf #bfaf48 #48bfaf

Analogous Colors of #af48bf

#af48bf #bf4894 #7448bf

Monochromatic Colors of #af48bf

#af48bf

Complementary Color

#af48bf #58bf48

#af48bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af48bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af48bf Color CSS Codes

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

#af48bf Text Font Color

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

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


#af48bf Background Color

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

This div background color is #af48bf


#af48bf Border Color

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

This div border color is #af48bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af48bf


Comments

No comments written yet.

Please login to write comment.