Color Hex Logo

#f41eaf Color Hex

#F41EAF
(244,30,175)
0 Favorites   0 Comments

Color spaces of #f41eaf

RGB 24430175
HSL0.890.910.54
HSV319°88°96°
CMYK 0.000.880.28   0.04
XYZ45.510423.256842.6478
Yxy23.25680.40850.2087
Hunter Lab48.225384.0568-18.6751
CIE-Lab55.335983.6835-23.3401

#f41eaf color RGB value is (244,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011110 10101111
Octal 364 36 257
Decimal 244 30 175
Hex F4 1E AF

RGB Percentages of Color #f41eaf

%54.34
%6.68
%38.98

CMYK Percentages of Color #f41eaf

%0
%88
%28
%4

Triadic Colors of #f41eaf

#f41eaf #aff41e #1eaff4

Analogous Colors of #f41eaf

#f41eaf #f41e44 #ce1ef4

Monochromatic Colors of #f41eaf

#f41eaf

Complementary Color

#f41eaf #1ef463

#f41eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41eaf Color CSS Codes

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

#f41eaf Text Font Color

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

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


#f41eaf Background Color

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

This div background color is #f41eaf


#f41eaf Border Color

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

This div border color is #f41eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41eaf


Comments

No comments written yet.

Please login to write comment.