Color Hex Logo

#f87cde Color Hex

#F87CDE
(248,124,222)
0 Favorites   0 Comments

Color spaces of #f87cde

RGB 248124222
HSL0.870.900.73
HSV313°50°97°
CMYK 0.000.500.10   0.03
XYZ59.103939.645773.6445
Yxy39.64570.34280.2300
Hunter Lab62.964857.3661-25.2710
CIE-Lab69.216459.4598-28.6342

#f87cde color RGB value is (248,124,222).

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

The process color (four color CMYK) of #f87cde color hex is 0.00, 0.50, 0.10, 0.03. Web safe color of #f87cde is #ff66cc. Color #f87cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111100 11011110
Octal 370 174 336
Decimal 248 124 222
Hex F8 7C DE

RGB Percentages of Color #f87cde

%41.75
%20.88
%37.37

CMYK Percentages of Color #f87cde

%0
%50
%10
%3

Triadic Colors of #f87cde

#f87cde #def87c #7cdef8

Analogous Colors of #f87cde

#f87cde #f87ca0 #d47cf8

Monochromatic Colors of #f87cde

#f87cde

Complementary Color

#f87cde #7cf896

#f87cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87cde Color CSS Codes

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

#f87cde Text Font Color

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

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


#f87cde Background Color

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

This div background color is #f87cde


#f87cde Border Color

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

This div border color is #f87cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87cde


Comments

No comments written yet.

Please login to write comment.