Color Hex Logo

#f41ddf Color Hex

#F41DDF
(244,29,223)
0 Favorites   0 Comments

Color spaces of #f41ddf

RGB 24429223
HSL0.850.910.54
HSV306°88°96°
CMYK 0.000.880.09   0.04
XYZ51.066925.439572.0308
Yxy25.43950.34380.1713
Hunter Lab50.437692.4614-49.3668
CIE-Lab57.501289.6627-47.5412

#f41ddf color RGB value is (244,29,223).

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

The process color (four color CMYK) of #f41ddf color hex is 0.00, 0.88, 0.09, 0.04. Web safe color of #f41ddf is #ff33cc. Color #f41ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 11011111
Octal 364 35 337
Decimal 244 29 223
Hex F4 1D DF

RGB Percentages of Color #f41ddf

%49.19
%5.85
%44.96

CMYK Percentages of Color #f41ddf

%0
%88
%9
%4

Triadic Colors of #f41ddf

#f41ddf #dff41d #1ddff4

Analogous Colors of #f41ddf

#f41ddf #f41d74 #9e1df4

Monochromatic Colors of #f41ddf

#f41ddf

Complementary Color

#f41ddf #1df432

#f41ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41ddf Color CSS Codes

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

#f41ddf Text Font Color

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

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


#f41ddf Background Color

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

This div background color is #f41ddf


#f41ddf Border Color

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

This div border color is #f41ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41ddf


Comments

No comments written yet.

Please login to write comment.