Color Hex Logo

#f881ef Color Hex

#F881EF
(248,129,239)
0 Favorites   0 Comments

Color spaces of #f881ef

RGB 248129239
HSL0.850.890.74
HSV305°48°97°
CMYK 0.000.480.04   0.03
XYZ62.141641.889086.4715
Yxy41.88900.32620.2199
Hunter Lab64.721758.1212-33.9093
CIE-Lab70.794359.8482-35.5660

#f881ef color RGB value is (248,129,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000001 11101111
Octal 370 201 357
Decimal 248 129 239
Hex F8 81 EF

RGB Percentages of Color #f881ef

%40.26
%20.94
%38.80

CMYK Percentages of Color #f881ef

%0
%48
%4
%3

Triadic Colors of #f881ef

#f881ef #eff881 #81eff8

Analogous Colors of #f881ef

#f881ef #f881b4 #c681f8

Monochromatic Colors of #f881ef

#f881ef

Complementary Color

#f881ef #81f88a

#f881ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f881ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f881ef Color CSS Codes

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

#f881ef Text Font Color

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

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


#f881ef Background Color

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

This div background color is #f881ef


#f881ef Border Color

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

This div border color is #f881ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f881ef


Comments

No comments written yet.

Please login to write comment.