Color Hex Logo

#f40cdc Color Hex

#F40CDC
(244,12,220)
0 Favorites   0 Comments

Color spaces of #f40cdc

RGB 24412220
HSL0.850.910.50
HSV306°95°96°
CMYK 0.000.950.10   0.04
XYZ50.358024.663369.8165
Yxy24.66330.34770.1703
Hunter Lab49.662294.0923-48.5881
CIE-Lab56.745991.0285-47.0391

#f40cdc color RGB value is (244,12,220).

#f40cdc hex color red value is 244, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f40cdc hue: 0.85 , saturation: 0.91 and the lightness value of f40cdc is 0.50.

The process color (four color CMYK) of #f40cdc color hex is 0.00, 0.95, 0.10, 0.04. Web safe color of #f40cdc is #ff00cc. Color #f40cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001100 11011100
Octal 364 14 334
Decimal 244 12 220
Hex F4 C DC

RGB Percentages of Color #f40cdc

%51.26
%2.52
%46.22

CMYK Percentages of Color #f40cdc

%0
%95
%10
%4

Triadic Colors of #f40cdc

#f40cdc #dcf40c #0cdcf4

Analogous Colors of #f40cdc

#f40cdc #f40c68 #980cf4

Monochromatic Colors of #f40cdc

#f40cdc

Complementary Color

#f40cdc #0cf424

#f40cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40cdc Color CSS Codes

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

#f40cdc Text Font Color

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

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


#f40cdc Background Color

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

This div background color is #f40cdc


#f40cdc Border Color

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

This div border color is #f40cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40cdc


Comments

No comments written yet.

Please login to write comment.