Color Hex Logo

#f8487f Color Hex

#F8487F
(248,72,127)
0 Favorites   0 Comments

Color spaces of #f8487f

RGB 24872127
HSL0.950.930.63
HSV341°71°97°
CMYK 0.000.710.49   0.03
XYZ44.859526.123522.7567
Yxy26.12350.47860.2787
Hunter Lab51.111267.22239.3796
CIE-Lab58.154169.66229.1622

#f8487f color RGB value is (248,72,127).

#f8487f hex color red value is 248, green value is 72 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f8487f hue: 0.95 , saturation: 0.93 and the lightness value of f8487f is 0.63.

The process color (four color CMYK) of #f8487f color hex is 0.00, 0.71, 0.49, 0.03. Web safe color of #f8487f is #ff3366. Color #f8487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001000 01111111
Octal 370 110 177
Decimal 248 72 127
Hex F8 48 7F

RGB Percentages of Color #f8487f

%55.48
%16.11
%28.41

CMYK Percentages of Color #f8487f

%0
%71
%49
%3

Triadic Colors of #f8487f

#f8487f #7ff848 #487ff8

Analogous Colors of #f8487f

#f8487f #f86948 #f848d7

Monochromatic Colors of #f8487f

#f8487f

Complementary Color

#f8487f #48f8c1

#f8487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8487f Color CSS Codes

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

#f8487f Text Font Color

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

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


#f8487f Background Color

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

This div background color is #f8487f


#f8487f Border Color

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

This div border color is #f8487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8487f


Comments

No comments written yet.

Please login to write comment.