color codes Logo

#f8627f color codes

#F8627F
(248,98,127)
0 Favorites   0 Comments

Color spaces of #f8627f

RGB 24898127
HSL0.970.910.68
HSV348°60°97°
CMYK 0.000.600.49   0.03
XYZ46.909830.224123.4401
Yxy30.22410.46640.3005
Hunter Lab54.976456.100113.2043
CIE-Lab61.847159.586714.3530

#f8627f color RGB value is (248,98,127).

#f8627f hex color red value is 248, green value is 98 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f8627f hue: 0.97 , saturation: 0.91 and the lightness value of f8627f is 0.68.

The process color (four color CMYK) of #f8627f color code is 0.00, 0.60, 0.49, 0.03. Web safe color of #f8627f is #ff6666. Color #f8627f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100010 01111111
Octal 370 142 177
Decimal 248 98 127
Hex F8 62 7F

RGB Percentages of Color #f8627f

%52.43
%20.72
%26.85

CMYK Percentages of Color #f8627f

%0
%60
%49
%3

Triadic Colors of #f8627f

#f8627f #7ff862 #627ff8

Analogous Colors of #f8627f

#f8627f #f89062 #f862ca

Monochromatic Colors of #f8627f

#f8627f

Complementary Color

#f8627f #62f8db

#f8627f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8627f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8627f Color CSS Codes

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

#f8627f Text Font Color

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

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


#f8627f Background Color

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

This div background color is #f8627f


#f8627f Border Color

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

This div border color is #f8627f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8627f

Related Colors


Comments

No comments written yet.

Please login to write comment.