Color Hex Logo

#f049ea Color Hex

#F049EA
(240,73,234)
0 Favorites   0 Comments

Color spaces of #f049ea

RGB 24073234
HSL0.840.850.61
HSV302°70°94°
CMYK 0.000.700.03   0.06
XYZ53.169029.230980.6817
Yxy29.23090.32600.1792
Hunter Lab54.065680.9250-50.6321
CIE-Lab60.984980.1492-48.2493

#f049ea color RGB value is (240,73,234).

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

The process color (four color CMYK) of #f049ea color hex is 0.00, 0.70, 0.03, 0.06. Web safe color of #f049ea is #ff33ff. Color #f049ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 11101010
Octal 360 111 352
Decimal 240 73 234
Hex F0 49 EA

RGB Percentages of Color #f049ea

%43.88
%13.35
%42.78

CMYK Percentages of Color #f049ea

%0
%70
%3
%6

Triadic Colors of #f049ea

#f049ea #eaf049 #49eaf0

Analogous Colors of #f049ea

#f049ea #f04997 #a349f0

Monochromatic Colors of #f049ea

#f049ea

Complementary Color

#f049ea #49f04f

#f049ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f049ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f049ea Color CSS Codes

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

#f049ea Text Font Color

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

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


#f049ea Background Color

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

This div background color is #f049ea


#f049ea Border Color

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

This div border color is #f049ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f049ea


Comments

No comments written yet.

Please login to write comment.