color codes Logo

#f41ddc color codes

#F41DDC
(244,29,220)
0 Favorites   0 Comments

Color spaces of #f41ddc

RGB 24429220
HSL0.850.910.54
HSV307°88°96°
CMYK 0.000.880.10   0.04
XYZ50.665925.279169.9191
Yxy25.27910.34740.1733
Hunter Lab50.278391.8889-47.2563
CIE-Lab57.346489.2632-46.0882

#f41ddc color RGB value is (244,29,220).

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

The process color (four color CMYK) of #f41ddc color code is 0.00, 0.88, 0.10, 0.04. Web safe color of #f41ddc is #ff33cc. Color #f41ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 11011100
Octal 364 35 334
Decimal 244 29 220
Hex F4 1D DC

RGB Percentages of Color #f41ddc

%49.49
%5.88
%44.62

CMYK Percentages of Color #f41ddc

%0
%88
%10
%4

Triadic Colors of #f41ddc

#f41ddc #dcf41d #1ddcf4

Analogous Colors of #f41ddc

#f41ddc #f41d71 #a11df4

Monochromatic Colors of #f41ddc

#f41ddc

Complementary Color

#f41ddc #1df435

#f41ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41ddc Color CSS Codes

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

#f41ddc Text Font Color

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

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


#f41ddc Background Color

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

This div background color is #f41ddc


#f41ddc Border Color

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

This div border color is #f41ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41ddc


Comments

No comments written yet.

Please login to write comment.