Color Hex Logo

#f8146e Color Hex

#F8146E
(248,20,110)
0 Favorites   0 Comments

Color spaces of #f8146e

RGB 24820110
HSL0.930.940.53
HSV336°92°97°
CMYK 0.000.920.56   0.03
XYZ41.776021.582616.7159
Yxy21.58260.52170.2695
Hunter Lab46.457179.214211.1866
CIE-Lab53.581380.240312.8767

#f8146e color RGB value is (248,20,110).

#f8146e hex color red value is 248, green value is 20 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f8146e hue: 0.93 , saturation: 0.94 and the lightness value of f8146e is 0.53.

The process color (four color CMYK) of #f8146e color hex is 0.00, 0.92, 0.56, 0.03. Web safe color of #f8146e is #ff0066. Color #f8146e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010100 01101110
Octal 370 24 156
Decimal 248 20 110
Hex F8 14 6E

RGB Percentages of Color #f8146e

%65.61
%5.29
%29.10

CMYK Percentages of Color #f8146e

%0
%92
%56
%3

Triadic Colors of #f8146e

#f8146e #6ef814 #146ef8

Analogous Colors of #f8146e

#f8146e #f82c14 #f814e0

Monochromatic Colors of #f8146e

#f8146e

Complementary Color

#f8146e #14f89e

#f8146e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8146e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8146e Color CSS Codes

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

#f8146e Text Font Color

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

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


#f8146e Background Color

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

This div background color is #f8146e


#f8146e Border Color

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

This div border color is #f8146e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8146e


Comments

No comments written yet.

Please login to write comment.