Color Hex Logo

#f87dad Color Hex

#F87DAD
(248,125,173)
0 Favorites   0 Comments

Color spaces of #f87dad

RGB 248125173
HSL0.930.900.73
HSV337°50°97°
CMYK 0.000.500.30   0.03
XYZ53.587837.640843.9762
Yxy37.64080.39630.2784
Hunter Lab61.352148.54410.4483
CIE-Lab67.755052.0463-3.4316

#f87dad color RGB value is (248,125,173).

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

The process color (four color CMYK) of #f87dad color hex is 0.00, 0.50, 0.30, 0.03. Web safe color of #f87dad is #ff6699. Color #f87dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111101 10101101
Octal 370 175 255
Decimal 248 125 173
Hex F8 7D AD

RGB Percentages of Color #f87dad

%45.42
%22.89
%31.68

CMYK Percentages of Color #f87dad

%0
%50
%30
%3

Triadic Colors of #f87dad

#f87dad #adf87d #7dadf8

Analogous Colors of #f87dad

#f87dad #f88b7d #f87deb

Monochromatic Colors of #f87dad

#f87dad

Complementary Color

#f87dad #7df8c8

#f87dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87dad Color CSS Codes

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

#f87dad Text Font Color

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

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


#f87dad Background Color

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

This div background color is #f87dad


#f87dad Border Color

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

This div border color is #f87dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87dad

Related Colors

#f87dad Color Palettes


Comments

No comments written yet.

Please login to write comment.