Color Hex Logo

#af48be Color Hex

#AF48BE
(175,72,190)
0 Favorites   0 Comments

Color spaces of #af48be

RGB 17572190
HSL0.810.480.51
HSV292°62°75°
CMYK 0.080.620.00   0.25
XYZ29.290817.466450.5428
Yxy17.46640.30100.1795
Hunter Lab41.792851.9656-42.4483
CIE-Lab48.842458.2353-43.0594

#af48be color RGB value is (175,72,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10111110
Octal 257 110 276
Decimal 175 72 190
Hex AF 48 BE

RGB Percentages of Color #af48be

%40.05
%16.48
%43.48

CMYK Percentages of Color #af48be

%8
%62
%0
%25

Triadic Colors of #af48be

#af48be #beaf48 #48beaf

Analogous Colors of #af48be

#af48be #be4892 #7448be

Monochromatic Colors of #af48be

#af48be

Complementary Color

#af48be #57be48

#af48be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af48be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af48be Color CSS Codes

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

#af48be Text Font Color

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

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


#af48be Background Color

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

This div background color is #af48be


#af48be Border Color

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

This div border color is #af48be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af48be


Comments

No comments written yet.

Please login to write comment.