Color Hex Logo

#af99fe Color Hex

#AF99FE
(175,153,254)
0 Favorites   0 Comments

Color spaces of #af99fe

RGB 175153254
HSL0.700.980.80
HSV253°40°100°
CMYK 0.310.400.00   0.00
XYZ46.959839.052298.8287
Yxy39.05220.25410.2113
Hunter Lab62.491824.7743-50.0210
CIE-Lab68.789129.8048-47.4561

#af99fe color RGB value is (175,153,254).

#af99fe hex color red value is 175, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #af99fe hue: 0.70 , saturation: 0.98 and the lightness value of af99fe is 0.80.

The process color (four color CMYK) of #af99fe color hex is 0.31, 0.40, 0.00, 0.00. Web safe color of #af99fe is #9999ff. Color #af99fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 11111110
Octal 257 231 376
Decimal 175 153 254
Hex AF 99 FE

RGB Percentages of Color #af99fe

%30.07
%26.29
%43.64

CMYK Percentages of Color #af99fe

%31
%40
%0
%0

Triadic Colors of #af99fe

#af99fe #feaf99 #99feaf

Analogous Colors of #af99fe

#af99fe #e299fe #99b6fe

Monochromatic Colors of #af99fe

#af99fe

Complementary Color

#af99fe #e8fe99

#af99fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af99fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af99fe Color CSS Codes

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

#af99fe Text Font Color

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

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


#af99fe Background Color

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

This div background color is #af99fe


#af99fe Border Color

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

This div border color is #af99fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af99fe

Related Colors


Comments

No comments written yet.

Please login to write comment.