Color Hex Logo

#f88fef Color Hex

#F88FEF
(248,143,239)
0 Favorites   0 Comments

Color spaces of #f88fef

RGB 248143239
HSL0.850.880.77
HSV305°42°97°
CMYK 0.000.420.04   0.03
XYZ64.113845.833487.1289
Yxy45.83340.32530.2326
Hunter Lab67.700450.5679-28.9147
CIE-Lab73.437352.9992-31.4773

#f88fef color RGB value is (248,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001111 11101111
Octal 370 217 357
Decimal 248 143 239
Hex F8 8F EF

RGB Percentages of Color #f88fef

%39.37
%22.70
%37.94

CMYK Percentages of Color #f88fef

%0
%42
%4
%3

Triadic Colors of #f88fef

#f88fef #eff88f #8feff8

Analogous Colors of #f88fef

#f88fef #f88fbb #cd8ff8

Monochromatic Colors of #f88fef

#f88fef

Complementary Color

#f88fef #8ff898

#f88fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88fef Color CSS Codes

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

#f88fef Text Font Color

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

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


#f88fef Background Color

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

This div background color is #f88fef


#f88fef Border Color

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

This div border color is #f88fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88fef


Comments

No comments written yet.

Please login to write comment.