Color Hex Logo

#f87edd Color Hex

#F87EDD
(248,126,221)
0 Favorites   0 Comments

Color spaces of #f87edd

RGB 248126221
HSL0.870.900.73
HSV313°49°97°
CMYK 0.000.490.11   0.03
XYZ59.223440.098673.0250
Yxy40.09860.34360.2327
Hunter Lab63.323556.1265-24.0472
CIE-Lab69.539758.3538-27.5832

#f87edd color RGB value is (248,126,221).

#f87edd hex color red value is 248, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f87edd hue: 0.87 , saturation: 0.90 and the lightness value of f87edd is 0.73.

The process color (four color CMYK) of #f87edd color hex is 0.00, 0.49, 0.11, 0.03. Web safe color of #f87edd is #ff66cc. Color #f87edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111110 11011101
Octal 370 176 335
Decimal 248 126 221
Hex F8 7E DD

RGB Percentages of Color #f87edd

%41.68
%21.18
%37.14

CMYK Percentages of Color #f87edd

%0
%49
%11
%3

Triadic Colors of #f87edd

#f87edd #ddf87e #7eddf8

Analogous Colors of #f87edd

#f87edd #f87ea0 #d67ef8

Monochromatic Colors of #f87edd

#f87edd

Complementary Color

#f87edd #7ef899

#f87edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87edd Color CSS Codes

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

#f87edd Text Font Color

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

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


#f87edd Background Color

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

This div background color is #f87edd


#f87edd Border Color

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

This div border color is #f87edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,126,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87edd


Comments

No comments written yet.

Please login to write comment.