Color Hex Logo

#f41ace Color Hex

#F41ACE
(244,26,206)
0 Favorites   0 Comments

Color spaces of #f41ace

RGB 24426206
HSL0.860.910.53
HSV310°89°96°
CMYK 0.000.890.16   0.04
XYZ48.818224.428160.5346
Yxy24.42810.36490.1826
Hunter Lab49.424889.8159-38.0200
CIE-Lab56.513987.8620-39.4301

#f41ace color RGB value is (244,26,206).

#f41ace hex color red value is 244, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f41ace hue: 0.86 , saturation: 0.91 and the lightness value of f41ace is 0.53.

The process color (four color CMYK) of #f41ace color hex is 0.00, 0.89, 0.16, 0.04. Web safe color of #f41ace is #ff33cc. Color #f41ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011010 11001110
Octal 364 32 316
Decimal 244 26 206
Hex F4 1A CE

RGB Percentages of Color #f41ace

%51.26
%5.46
%43.28

CMYK Percentages of Color #f41ace

%0
%89
%16
%4

Triadic Colors of #f41ace

#f41ace #cef41a #1acef4

Analogous Colors of #f41ace

#f41ace #f41a61 #ad1af4

Monochromatic Colors of #f41ace

#f41ace

Complementary Color

#f41ace #1af440

#f41ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41ace Color CSS Codes

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

#f41ace Text Font Color

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

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


#f41ace Background Color

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

This div background color is #f41ace


#f41ace Border Color

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

This div border color is #f41ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41ace


Comments

No comments written yet.

Please login to write comment.