Color Hex Logo

#af48ef Color Hex

#AF48EF
(175,72,239)
0 Favorites   0 Comments

Color spaces of #af48ef

RGB 17572239
HSL0.770.840.61
HSV277°70°94°
CMYK 0.270.700.00   0.06
XYZ35.576519.980783.6429
Yxy19.98070.25560.1435
Hunter Lab44.699863.8433-79.6545
CIE-Lab51.815468.0316-66.2464

#af48ef color RGB value is (175,72,239).

#af48ef hex color red value is 175, green value is 72 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af48ef hue: 0.77 , saturation: 0.84 and the lightness value of af48ef is 0.61.

The process color (four color CMYK) of #af48ef color hex is 0.27, 0.70, 0.00, 0.06. Web safe color of #af48ef is #9933ff. Color #af48ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 11101111
Octal 257 110 357
Decimal 175 72 239
Hex AF 48 EF

RGB Percentages of Color #af48ef

%36.01
%14.81
%49.18

CMYK Percentages of Color #af48ef

%27
%70
%0
%6

Triadic Colors of #af48ef

#af48ef #efaf48 #48efaf

Analogous Colors of #af48ef

#af48ef #ef48dc #5b48ef

Monochromatic Colors of #af48ef

#af48ef

Complementary Color

#af48ef #88ef48

#af48ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af48ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af48ef Color CSS Codes

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

#af48ef Text Font Color

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

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


#af48ef Background Color

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

This div background color is #af48ef


#af48ef Border Color

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

This div border color is #af48ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af48ef


Comments

No comments written yet.

Please login to write comment.