Color Hex Logo

#f87dcd Color Hex

#F87DCD
(248,125,205)
0 Favorites   0 Comments

Color spaces of #f87dcd

RGB 248125205
HSL0.890.900.73
HSV321°50°97°
CMYK 0.000.500.17   0.03
XYZ57.064539.031562.2838
Yxy39.03150.36030.2464
Hunter Lab62.475253.7093-15.3757
CIE-Lab68.774156.4003-19.8608

#f87dcd color RGB value is (248,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111101 11001101
Octal 370 175 315
Decimal 248 125 205
Hex F8 7D CD

RGB Percentages of Color #f87dcd

%42.91
%21.63
%35.47

CMYK Percentages of Color #f87dcd

%0
%50
%17
%3

Triadic Colors of #f87dcd

#f87dcd #cdf87d #7dcdf8

Analogous Colors of #f87dcd

#f87dcd #f87d90 #e67df8

Monochromatic Colors of #f87dcd

#f87dcd

Complementary Color

#f87dcd #7df8a8

#f87dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87dcd Color CSS Codes

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

#f87dcd Text Font Color

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

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


#f87dcd Background Color

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

This div background color is #f87dcd


#f87dcd Border Color

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

This div border color is #f87dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87dcd


Comments

No comments written yet.

Please login to write comment.