Color Hex Logo

#f442ea Color Hex

#F442EA
(244,66,234)
0 Favorites   0 Comments

Color spaces of #f442ea

RGB 24466234
HSL0.840.890.61
HSV303°73°96°
CMYK 0.000.730.04   0.04
XYZ54.107729.070080.6012
Yxy29.07000.33040.1775
Hunter Lab53.916684.7786-50.8924
CIE-Lab60.843483.1695-48.4331

#f442ea color RGB value is (244,66,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 11101010
Octal 364 102 352
Decimal 244 66 234
Hex F4 42 EA

RGB Percentages of Color #f442ea

%44.85
%12.13
%43.01

CMYK Percentages of Color #f442ea

%0
%73
%4
%4

Triadic Colors of #f442ea

#f442ea #eaf442 #42eaf4

Analogous Colors of #f442ea

#f442ea #f44291 #a542f4

Monochromatic Colors of #f442ea

#f442ea

Complementary Color

#f442ea #42f44c

#f442ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f442ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f442ea Color CSS Codes

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

#f442ea Text Font Color

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

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


#f442ea Background Color

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

This div background color is #f442ea


#f442ea Border Color

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

This div border color is #f442ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f442ea


Comments

No comments written yet.

Please login to write comment.