Color Hex Logo

#f0457e Color Hex

#F0457E
(240,69,126)
0 Favorites   0 Comments

Color spaces of #f0457e

RGB 24069126
HSL0.940.850.61
HSV340°71°94°
CMYK 0.000.710.48   0.06
XYZ41.829224.287922.2220
Yxy24.28790.47350.2749
Hunter Lab49.282865.25877.7636
CIE-Lab56.374968.36037.0316

#f0457e color RGB value is (240,69,126).

#f0457e hex color red value is 240, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f0457e hue: 0.94 , saturation: 0.85 and the lightness value of f0457e is 0.61.

The process color (four color CMYK) of #f0457e color hex is 0.00, 0.71, 0.48, 0.06. Web safe color of #f0457e is #ff3366. Color #f0457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 01111110
Octal 360 105 176
Decimal 240 69 126
Hex F0 45 7E

RGB Percentages of Color #f0457e

%55.17
%15.86
%28.97

CMYK Percentages of Color #f0457e

%0
%71
%48
%6

Triadic Colors of #f0457e

#f0457e #7ef045 #457ef0

Analogous Colors of #f0457e

#f0457e #f06245 #f045d4

Monochromatic Colors of #f0457e

#f0457e

Complementary Color

#f0457e #45f0b7

#f0457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0457e Color CSS Codes

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

#f0457e Text Font Color

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

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


#f0457e Background Color

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

This div background color is #f0457e


#f0457e Border Color

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

This div border color is #f0457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0457e


Comments

No comments written yet.

Please login to write comment.