Color Hex Logo

#f446ea Color Hex

#F446EA
(244,70,234)
0 Favorites   0 Comments

Color spaces of #f446ea

RGB 24470234
HSL0.840.890.62
HSV303°71°96°
CMYK 0.000.710.04   0.04
XYZ54.349729.553980.6818
Yxy29.55390.33020.1796
Hunter Lab54.363583.3186-49.9389
CIE-Lab61.267481.9587-47.7623

#f446ea color RGB value is (244,70,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000110 11101010
Octal 364 106 352
Decimal 244 70 234
Hex F4 46 EA

RGB Percentages of Color #f446ea

%44.53
%12.77
%42.70

CMYK Percentages of Color #f446ea

%0
%71
%4
%4

Triadic Colors of #f446ea

#f446ea #eaf446 #46eaf4

Analogous Colors of #f446ea

#f446ea #f44693 #a746f4

Monochromatic Colors of #f446ea

#f446ea

Complementary Color

#f446ea #46f450

#f446ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f446ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f446ea Color CSS Codes

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

#f446ea Text Font Color

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

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


#f446ea Background Color

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

This div background color is #f446ea


#f446ea Border Color

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

This div border color is #f446ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f446ea


Comments

No comments written yet.

Please login to write comment.