Color Hex Logo

#f44dca Color Hex

#F44DCA
(244,77,202)
0 Favorites   0 Comments

Color spaces of #f44dca

RGB 24477202
HSL0.880.880.63
HSV315°68°96°
CMYK 0.000.680.17   0.04
XYZ50.622828.805158.7689
Yxy28.80510.36630.2084
Hunter Lab53.670474.4410-27.3531
CIE-Lab60.609275.0840-30.7544

#f44dca color RGB value is (244,77,202).

#f44dca hex color red value is 244, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f44dca hue: 0.88 , saturation: 0.88 and the lightness value of f44dca is 0.63.

The process color (four color CMYK) of #f44dca color hex is 0.00, 0.68, 0.17, 0.04. Web safe color of #f44dca is #ff66cc. Color #f44dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001101 11001010
Octal 364 115 312
Decimal 244 77 202
Hex F4 4D CA

RGB Percentages of Color #f44dca

%46.65
%14.72
%38.62

CMYK Percentages of Color #f44dca

%0
%68
%17
%4

Triadic Colors of #f44dca

#f44dca #caf44d #4dcaf4

Analogous Colors of #f44dca

#f44dca #f44d77 #cb4df4

Monochromatic Colors of #f44dca

#f44dca

Complementary Color

#f44dca #4df477

#f44dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44dca Color CSS Codes

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

#f44dca Text Font Color

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

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


#f44dca Background Color

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

This div background color is #f44dca


#f44dca Border Color

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

This div border color is #f44dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44dca


Comments

No comments written yet.

Please login to write comment.