Color Hex Logo

#f441ca Color Hex

#F441CA
(244,65,202)
0 Favorites   0 Comments

Color spaces of #f441ca

RGB 24465202
HSL0.870.890.61
HSV314°73°96°
CMYK 0.000.730.17   0.04
XYZ49.859227.278058.5144
Yxy27.27800.36760.2011
Hunter Lab52.228379.0034-29.8661
CIE-Lab59.230878.9775-32.8957

#f441ca color RGB value is (244,65,202).

#f441ca hex color red value is 244, green value is 65 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f441ca hue: 0.87 , saturation: 0.89 and the lightness value of f441ca is 0.61.

The process color (four color CMYK) of #f441ca color hex is 0.00, 0.73, 0.17, 0.04. Web safe color of #f441ca is #ff33cc. Color #f441ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 11001010
Octal 364 101 312
Decimal 244 65 202
Hex F4 41 CA

RGB Percentages of Color #f441ca

%47.75
%12.72
%39.53

CMYK Percentages of Color #f441ca

%0
%73
%17
%4

Triadic Colors of #f441ca

#f441ca #caf441 #41caf4

Analogous Colors of #f441ca

#f441ca #f44171 #c541f4

Monochromatic Colors of #f441ca

#f441ca

Complementary Color

#f441ca #41f46b

#f441ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441ca Color CSS Codes

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

#f441ca Text Font Color

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

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


#f441ca Background Color

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

This div background color is #f441ca


#f441ca Border Color

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

This div border color is #f441ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441ca


Comments

No comments written yet.

Please login to write comment.