Color Hex Logo

#f41cad Color Hex

#F41CAD
(244,28,173)
0 Favorites   0 Comments

Color spaces of #f41cad

RGB 24428173
HSL0.890.910.53
HSV320°89°96°
CMYK 0.000.890.29   0.04
XYZ45.266323.080741.6044
Yxy23.08070.41170.2099
Hunter Lab48.042484.1114-17.7151
CIE-Lab55.155483.7609-22.4481

#f41cad color RGB value is (244,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011100 10101101
Octal 364 34 255
Decimal 244 28 173
Hex F4 1C AD

RGB Percentages of Color #f41cad

%54.83
%6.29
%38.88

CMYK Percentages of Color #f41cad

%0
%89
%29
%4

Triadic Colors of #f41cad

#f41cad #adf41c #1cadf4

Analogous Colors of #f41cad

#f41cad #f41c41 #cf1cf4

Monochromatic Colors of #f41cad

#f41cad

Complementary Color

#f41cad #1cf463

#f41cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41cad Color CSS Codes

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

#f41cad Text Font Color

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

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


#f41cad Background Color

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

This div background color is #f41cad


#f41cad Border Color

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

This div border color is #f41cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41cad


Comments

No comments written yet.

Please login to write comment.