Color Hex Logo

#f03057 Color Hex

#F03057
(240,48,87)
0 Favorites   0 Comments

Color spaces of #f03057

RGB 2404887
HSL0.970.860.56
HSV348°80°94°
CMYK 0.000.800.64   0.06
XYZ38.712421.327311.0930
Yxy21.32730.54420.2998
Hunter Lab46.181568.813018.0853
CIE-Lab53.305971.897826.0829

#f03057 color RGB value is (240,48,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 01010111
Octal 360 60 127
Decimal 240 48 87
Hex F0 30 57

RGB Percentages of Color #f03057

%64.00
%12.80
%23.20

CMYK Percentages of Color #f03057

%0
%80
%64
%6

Triadic Colors of #f03057

#f03057 #57f030 #3057f0

Analogous Colors of #f03057

#f03057 #f06930 #f030b7

Monochromatic Colors of #f03057

#f03057

Complementary Color

#f03057 #30f0c9

#f03057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03057 Color CSS Codes

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

#f03057 Text Font Color

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

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


#f03057 Background Color

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

This div background color is #f03057


#f03057 Border Color

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

This div border color is #f03057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03057


Comments

No comments written yet.

Please login to write comment.