Color Hex Logo

#f41dea Color Hex

#F41DEA
(244,29,234)
0 Favorites   0 Comments

Color spaces of #f41dea

RGB 24429234
HSL0.840.910.54
HSV303°88°96°
CMYK 0.000.880.04   0.04
XYZ52.598926.052380.0982
Yxy26.05230.33130.1641
Hunter Lab51.041594.6241-57.3134
CIE-Lab58.086791.1637-52.8089

#f41dea color RGB value is (244,29,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 11101010
Octal 364 35 352
Decimal 244 29 234
Hex F4 1D EA

RGB Percentages of Color #f41dea

%48.13
%5.72
%46.15

CMYK Percentages of Color #f41dea

%0
%88
%4
%4

Triadic Colors of #f41dea

#f41dea #eaf41d #1deaf4

Analogous Colors of #f41dea

#f41dea #f41d7f #931df4

Monochromatic Colors of #f41dea

#f41dea

Complementary Color

#f41dea #1df427

#f41dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41dea Color CSS Codes

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

#f41dea Text Font Color

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

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


#f41dea Background Color

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

This div background color is #f41dea


#f41dea Border Color

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

This div border color is #f41dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41dea


Comments

No comments written yet.

Please login to write comment.