Color Hex Logo

#f04eaf Color Hex

#F04EAF
(240,78,175)
0 Favorites   0 Comments

Color spaces of #f04eaf

RGB 24078175
HSL0.900.840.62
HSV324°68°94°
CMYK 0.000.680.27   0.06
XYZ46.397427.069243.3369
Yxy27.06920.39720.2317
Hunter Lab52.028168.1330-12.9661
CIE-Lab59.038370.2496-17.7405

#f04eaf color RGB value is (240,78,175).

#f04eaf hex color red value is 240, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f04eaf hue: 0.90 , saturation: 0.84 and the lightness value of f04eaf is 0.62.

The process color (four color CMYK) of #f04eaf color hex is 0.00, 0.68, 0.27, 0.06. Web safe color of #f04eaf is #ff6699. Color #f04eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001110 10101111
Octal 360 116 257
Decimal 240 78 175
Hex F0 4E AF

RGB Percentages of Color #f04eaf

%48.68
%15.82
%35.50

CMYK Percentages of Color #f04eaf

%0
%68
%27
%6

Triadic Colors of #f04eaf

#f04eaf #aff04e #4eaff0

Analogous Colors of #f04eaf

#f04eaf #f04e5e #e04ef0

Monochromatic Colors of #f04eaf

#f04eaf

Complementary Color

#f04eaf #4ef08f

#f04eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04eaf Color CSS Codes

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

#f04eaf Text Font Color

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

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


#f04eaf Background Color

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

This div background color is #f04eaf


#f04eaf Border Color

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

This div border color is #f04eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04eaf


Comments

No comments written yet.

Please login to write comment.