Color Hex Logo

#f8afef Color Hex

#F8AFEF
(248,175,239)
0 Favorites   0 Comments

Color spaces of #f8afef

RGB 248175239
HSL0.850.840.83
HSV307°29°97°
CMYK 0.000.290.04   0.03
XYZ69.621456.848488.9647
Yxy56.84840.32320.2639
Hunter Lab75.397932.8782-17.1799
CIE-Lab80.094336.5185-21.2948

#f8afef color RGB value is (248,175,239).

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

The process color (four color CMYK) of #f8afef color hex is 0.00, 0.29, 0.04, 0.03. Web safe color of #f8afef is #ff99ff. Color #f8afef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101111 11101111
Octal 370 257 357
Decimal 248 175 239
Hex F8 AF EF

RGB Percentages of Color #f8afef

%37.46
%26.44
%36.10

CMYK Percentages of Color #f8afef

%0
%29
%4
%3

Triadic Colors of #f8afef

#f8afef #eff8af #afeff8

Analogous Colors of #f8afef

#f8afef #f8afcb #ddaff8

Monochromatic Colors of #f8afef

#f8afef

Complementary Color

#f8afef #aff8b8

#f8afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8afef Color CSS Codes

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

#f8afef Text Font Color

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

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


#f8afef Background Color

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

This div background color is #f8afef


#f8afef Border Color

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

This div border color is #f8afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8afef


Comments

No comments written yet.

Please login to write comment.