Color Hex Logo

#f03157 Color Hex

#F03157
(240,49,87)
0 Favorites   0 Comments

Color spaces of #f03157

RGB 2404987
HSL0.970.860.57
HSV348°80°94°
CMYK 0.000.800.64   0.06
XYZ38.753821.410011.1068
Yxy21.41000.54380.3004
Hunter Lab46.270968.526918.1578
CIE-Lab53.395371.644326.1985

#f03157 color RGB value is (240,49,87).

#f03157 hex color red value is 240, green value is 49 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f03157 hue: 0.97 , saturation: 0.86 and the lightness value of f03157 is 0.57.

The process color (four color CMYK) of #f03157 color hex is 0.00, 0.80, 0.64, 0.06. Web safe color of #f03157 is #ff3366. Color #f03157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110001 01010111
Octal 360 61 127
Decimal 240 49 87
Hex F0 31 57

RGB Percentages of Color #f03157

%63.83
%13.03
%23.14

CMYK Percentages of Color #f03157

%0
%80
%64
%6

Triadic Colors of #f03157

#f03157 #57f031 #3157f0

Analogous Colors of #f03157

#f03157 #f06b31 #f031b7

Monochromatic Colors of #f03157

#f03157

Complementary Color

#f03157 #31f0ca

#f03157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03157 Color CSS Codes

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

#f03157 Text Font Color

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

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


#f03157 Background Color

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

This div background color is #f03157


#f03157 Border Color

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

This div border color is #f03157


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,49,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03157; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03157;
  -webkit-box-shadow: 1px 1px 3px 2px #f03157;
  box-shadow:         1px 1px 3px 2px #f03157; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,49,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03157


Comments

No comments written yet.

Please login to write comment.