Color Hex Logo

#f87cdf Color Hex

#F87CDF
(248,124,223)
0 Favorites   0 Comments

Color spaces of #f87cdf

RGB 248124223
HSL0.870.900.73
HSV312°50°97°
CMYK 0.000.500.10   0.03
XYZ59.238339.699574.3526
Yxy39.69950.34180.2291
Hunter Lab63.007557.5586-25.8604
CIE-Lab69.255059.6170-29.1287

#f87cdf color RGB value is (248,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111100 11011111
Octal 370 174 337
Decimal 248 124 223
Hex F8 7C DF

RGB Percentages of Color #f87cdf

%41.68
%20.84
%37.48

CMYK Percentages of Color #f87cdf

%0
%50
%10
%3

Triadic Colors of #f87cdf

#f87cdf #dff87c #7cdff8

Analogous Colors of #f87cdf

#f87cdf #f87ca1 #d37cf8

Monochromatic Colors of #f87cdf

#f87cdf

Complementary Color

#f87cdf #7cf895

#f87cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87cdf Color CSS Codes

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

#f87cdf Text Font Color

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

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


#f87cdf Background Color

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

This div background color is #f87cdf


#f87cdf Border Color

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

This div border color is #f87cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87cdf

Related Colors


Comments

No comments written yet.

Please login to write comment.