Color Hex Logo

#f04ade Color Hex

#F04ADE
(240,74,222)
0 Favorites   0 Comments

Color spaces of #f04ade

RGB 24074222
HSL0.850.850.62
HSV307°69°94°
CMYK 0.000.690.08   0.06
XYZ51.568828.696871.9283
Yxy28.69680.33880.1886
Hunter Lab53.569478.0873-42.1109
CIE-Lab60.513178.0075-42.2655

#f04ade color RGB value is (240,74,222).

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

The process color (four color CMYK) of #f04ade color hex is 0.00, 0.69, 0.08, 0.06. Web safe color of #f04ade is #ff33cc. Color #f04ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 11011110
Octal 360 112 336
Decimal 240 74 222
Hex F0 4A DE

RGB Percentages of Color #f04ade

%44.78
%13.81
%41.42

CMYK Percentages of Color #f04ade

%0
%69
%8
%6

Triadic Colors of #f04ade

#f04ade #def04a #4adef0

Analogous Colors of #f04ade

#f04ade #f04a8b #af4af0

Monochromatic Colors of #f04ade

#f04ade

Complementary Color

#f04ade #4af05c

#f04ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ade Color CSS Codes

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

#f04ade Text Font Color

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

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


#f04ade Background Color

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

This div background color is #f04ade


#f04ade Border Color

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

This div border color is #f04ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ade


Comments

No comments written yet.

Please login to write comment.