Color Hex Logo

#f40ddc Color Hex

#F40DDC
(244,13,220)
0 Favorites   0 Comments

Color spaces of #f40ddc

RGB 24413220
HSL0.850.910.50
HSV306°95°96°
CMYK 0.000.950.10   0.04
XYZ50.370424.688369.8206
Yxy24.68830.34770.1704
Hunter Lab49.687394.0011-48.5332
CIE-Lab56.770490.9558-47.0001

#f40ddc color RGB value is (244,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001101 11011100
Octal 364 15 334
Decimal 244 13 220
Hex F4 D DC

RGB Percentages of Color #f40ddc

%51.15
%2.73
%46.12

CMYK Percentages of Color #f40ddc

%0
%95
%10
%4

Triadic Colors of #f40ddc

#f40ddc #dcf40d #0ddcf4

Analogous Colors of #f40ddc

#f40ddc #f40d69 #990df4

Monochromatic Colors of #f40ddc

#f40ddc

Complementary Color

#f40ddc #0df425

#f40ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40ddc Color CSS Codes

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

#f40ddc Text Font Color

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

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


#f40ddc Background Color

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

This div background color is #f40ddc


#f40ddc Border Color

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

This div border color is #f40ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40ddc


Comments

No comments written yet.

Please login to write comment.