Color Hex Logo

#f41dad Color Hex

#F41DAD
(244,29,173)
0 Favorites   0 Comments

Color spaces of #f41dad

RGB 24429173
HSL0.890.910.54
HSV320°88°96°
CMYK 0.000.880.29   0.04
XYZ45.290423.129041.6124
Yxy23.12900.41160.2102
Hunter Lab48.092683.9372-17.6362
CIE-Lab55.205083.6164-22.3719

#f41dad color RGB value is (244,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 10101101
Octal 364 35 255
Decimal 244 29 173
Hex F4 1D AD

RGB Percentages of Color #f41dad

%54.71
%6.50
%38.79

CMYK Percentages of Color #f41dad

%0
%88
%29
%4

Triadic Colors of #f41dad

#f41dad #adf41d #1dadf4

Analogous Colors of #f41dad

#f41dad #f41d42 #d01df4

Monochromatic Colors of #f41dad

#f41dad

Complementary Color

#f41dad #1df464

#f41dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41dad Color CSS Codes

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

#f41dad Text Font Color

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

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


#f41dad Background Color

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

This div background color is #f41dad


#f41dad Border Color

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

This div border color is #f41dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41dad


Comments

No comments written yet.

Please login to write comment.