Color Hex Logo

#f441ea Color Hex

#F441EA
(244,65,234)
0 Favorites   0 Comments

Color spaces of #f441ea

RGB 24465234
HSL0.840.890.61
HSV303°73°96°
CMYK 0.000.730.04   0.04
XYZ54.049828.954280.5819
Yxy28.95420.33040.1770
Hunter Lab53.809185.1325-51.1234
CIE-Lab60.741283.4621-48.5948

#f441ea color RGB value is (244,65,234).

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

The process color (four color CMYK) of #f441ea color hex is 0.00, 0.73, 0.04, 0.04. Web safe color of #f441ea is #ff33ff. Color #f441ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 11101010
Octal 364 101 352
Decimal 244 65 234
Hex F4 41 EA

RGB Percentages of Color #f441ea

%44.94
%11.97
%43.09

CMYK Percentages of Color #f441ea

%0
%73
%4
%4

Triadic Colors of #f441ea

#f441ea #eaf441 #41eaf4

Analogous Colors of #f441ea

#f441ea #f44191 #a541f4

Monochromatic Colors of #f441ea

#f441ea

Complementary Color

#f441ea #41f44b

#f441ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441ea Color CSS Codes

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

#f441ea Text Font Color

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

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


#f441ea Background Color

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

This div background color is #f441ea


#f441ea Border Color

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

This div border color is #f441ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441ea


Comments

No comments written yet.

Please login to write comment.