Color Hex Logo

#f20e74 Color Hex

#F20E74
(242,14,116)
0 Favorites   0 Comments

Color spaces of #f20e74

RGB 24214116
HSL0.930.900.50
HSV333°94°95°
CMYK 0.000.940.52   0.05
XYZ39.927420.452318.3663
Yxy20.45230.50700.2597
Hunter Lab45.224278.45117.5783
CIE-Lab52.344879.87807.3303

#f20e74 color RGB value is (242,14,116).

#f20e74 hex color red value is 242, green value is 14 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f20e74 hue: 0.93 , saturation: 0.90 and the lightness value of f20e74 is 0.50.

The process color (four color CMYK) of #f20e74 color hex is 0.00, 0.94, 0.52, 0.05. Web safe color of #f20e74 is #ff0066. Color #f20e74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001110 01110100
Octal 362 16 164
Decimal 242 14 116
Hex F2 E 74

RGB Percentages of Color #f20e74

%65.05
%3.76
%31.18

CMYK Percentages of Color #f20e74

%0
%94
%52
%5

Triadic Colors of #f20e74

#f20e74 #74f20e #0e74f2

Analogous Colors of #f20e74

#f20e74 #f21a0e #f20ee6

Monochromatic Colors of #f20e74

#f20e74

Complementary Color

#f20e74 #0ef28c

#f20e74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20e74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20e74 Color CSS Codes

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

#f20e74 Text Font Color

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

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


#f20e74 Background Color

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

This div background color is #f20e74


#f20e74 Border Color

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

This div border color is #f20e74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,14,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20e74


Comments

No comments written yet.

Please login to write comment.