Color Hex Logo

#f074ea Color Hex

#F074EA
(240,116,234)
0 Favorites   0 Comments

Color spaces of #f074ea

RGB 240116234
HSL0.840.810.70
HSV303°52°94°
CMYK 0.000.520.03   0.06
XYZ57.031936.956681.9693
Yxy36.95660.32410.2100
Hunter Lab60.791961.0737-37.3898
CIE-Lab67.244562.9131-38.4146

#f074ea color RGB value is (240,116,234).

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

The process color (four color CMYK) of #f074ea color hex is 0.00, 0.52, 0.03, 0.06. Web safe color of #f074ea is #ff66ff. Color #f074ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 11101010
Octal 360 164 352
Decimal 240 116 234
Hex F0 74 EA

RGB Percentages of Color #f074ea

%40.68
%19.66
%39.66

CMYK Percentages of Color #f074ea

%0
%52
%3
%6

Triadic Colors of #f074ea

#f074ea #eaf074 #74eaf0

Analogous Colors of #f074ea

#f074ea #f074ac #b874f0

Monochromatic Colors of #f074ea

#f074ea

Complementary Color

#f074ea #74f07a

#f074ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074ea Color CSS Codes

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

#f074ea Text Font Color

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

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


#f074ea Background Color

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

This div background color is #f074ea


#f074ea Border Color

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

This div border color is #f074ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074ea


Comments

No comments written yet.

Please login to write comment.