Color Hex Logo

#f87cad Color Hex

#F87CAD
(248,124,173)
0 Favorites   0 Comments

Color spaces of #f87cad

RGB 248124173
HSL0.930.900.73
HSV336°50°97°
CMYK 0.000.500.30   0.03
XYZ53.461937.388943.9342
Yxy37.38890.39660.2774
Hunter Lab61.146549.06080.2022
CIE-Lab67.567852.5297-3.7073

#f87cad color RGB value is (248,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111100 10101101
Octal 370 174 255
Decimal 248 124 173
Hex F8 7C AD

RGB Percentages of Color #f87cad

%45.50
%22.75
%31.74

CMYK Percentages of Color #f87cad

%0
%50
%30
%3

Triadic Colors of #f87cad

#f87cad #adf87c #7cadf8

Analogous Colors of #f87cad

#f87cad #f8897c #f87ceb

Monochromatic Colors of #f87cad

#f87cad

Complementary Color

#f87cad #7cf8c7

#f87cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87cad Color CSS Codes

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

#f87cad Text Font Color

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

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


#f87cad Background Color

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

This div background color is #f87cad


#f87cad Border Color

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

This div border color is #f87cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,124,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 #f87cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87cad


Comments

No comments written yet.

Please login to write comment.