Color Hex Logo

#f0488e Color Hex

#F0488E
(240,72,142)
1 Favorites   0 Comments

Color spaces of #f0488e

RGB 24072142
HSL0.930.850.61
HSV335°70°94°
CMYK 0.000.700.41   0.06
XYZ43.135025.113028.1650
Yxy25.11300.44740.2605
Hunter Lab50.112965.94761.7562
CIE-Lab57.185468.7840-1.2508

#f0488e color RGB value is (240,72,142).

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

The process color (four color CMYK) of #f0488e color hex is 0.00, 0.70, 0.41, 0.06. Web safe color of #f0488e is #ff3399. Color #f0488e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 10001110
Octal 360 110 216
Decimal 240 72 142
Hex F0 48 8E

RGB Percentages of Color #f0488e

%52.86
%15.86
%31.28

CMYK Percentages of Color #f0488e

%0
%70
%41
%6

Triadic Colors of #f0488e

#f0488e #8ef048 #488ef0

Analogous Colors of #f0488e

#f0488e #f05648 #f048e2

Monochromatic Colors of #f0488e

#f0488e

Complementary Color

#f0488e #48f0aa

#f0488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0488e Color CSS Codes

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

#f0488e Text Font Color

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

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


#f0488e Background Color

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

This div background color is #f0488e


#f0488e Border Color

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

This div border color is #f0488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0488e


Comments

No comments written yet.

Please login to write comment.