Color Hex Logo

#f04ddd Color Hex

#F04DDD
(240,77,221)
0 Favorites   0 Comments

Color spaces of #f04ddd

RGB 24077221
HSL0.850.840.62
HSV307°68°94°
CMYK 0.000.680.08   0.06
XYZ51.640229.053571.2928
Yxy29.05350.33980.1912
Hunter Lab53.901376.6849-40.6893
CIE-Lab60.828876.8347-41.2067

#f04ddd color RGB value is (240,77,221).

#f04ddd hex color red value is 240, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f04ddd hue: 0.85 , saturation: 0.84 and the lightness value of f04ddd is 0.62.

The process color (four color CMYK) of #f04ddd color hex is 0.00, 0.68, 0.08, 0.06. Web safe color of #f04ddd is #ff66cc. Color #f04ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001101 11011101
Octal 360 115 335
Decimal 240 77 221
Hex F0 4D DD

RGB Percentages of Color #f04ddd

%44.61
%14.31
%41.08

CMYK Percentages of Color #f04ddd

%0
%68
%8
%6

Triadic Colors of #f04ddd

#f04ddd #ddf04d #4dddf0

Analogous Colors of #f04ddd

#f04ddd #f04d8c #b24df0

Monochromatic Colors of #f04ddd

#f04ddd

Complementary Color

#f04ddd #4df060

#f04ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ddd Color CSS Codes

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

#f04ddd Text Font Color

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

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


#f04ddd Background Color

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

This div background color is #f04ddd


#f04ddd Border Color

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

This div border color is #f04ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,77,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #f04ddd;
  box-shadow:         1px 1px 3px 2px #f04ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,77,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.