Color Hex Logo

#f41ea4 Color Hex

#F41EA4
(244,30,164)
0 Favorites   0 Comments

Color spaces of #f41ea4

RGB 24430164
HSL0.900.910.54
HSV322°88°96°
CMYK 0.000.880.33   0.04
XYZ44.473322.842037.1869
Yxy22.84200.42560.2186
Hunter Lab47.793382.4621-12.6769
CIE-Lab54.909282.5283-17.5426

#f41ea4 color RGB value is (244,30,164).

#f41ea4 hex color red value is 244, green value is 30 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #f41ea4 hue: 0.90 , saturation: 0.91 and the lightness value of f41ea4 is 0.54.

The process color (four color CMYK) of #f41ea4 color hex is 0.00, 0.88, 0.33, 0.04. Web safe color of #f41ea4 is #ff3399. Color #f41ea4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011110 10100100
Octal 364 36 244
Decimal 244 30 164
Hex F4 1E A4

RGB Percentages of Color #f41ea4

%55.71
%6.85
%37.44

CMYK Percentages of Color #f41ea4

%0
%88
%33
%4

Triadic Colors of #f41ea4

#f41ea4 #a4f41e #1ea4f4

Analogous Colors of #f41ea4

#f41ea4 #f41e39 #d91ef4

Monochromatic Colors of #f41ea4

#f41ea4

Complementary Color

#f41ea4 #1ef46e

#f41ea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41ea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41ea4 Color CSS Codes

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

#f41ea4 Text Font Color

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

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


#f41ea4 Background Color

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

This div background color is #f41ea4


#f41ea4 Border Color

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

This div border color is #f41ea4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,30,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f41ea4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f41ea4;
  -webkit-box-shadow: 1px 1px 3px 2px #f41ea4;
  box-shadow:         1px 1px 3px 2px #f41ea4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,30,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41ea4


Comments

No comments written yet.

Please login to write comment.