Color Hex Logo

#f02dae Color Hex

#F02DAE
(240,45,174)
0 Favorites   0 Comments

Color spaces of #f02dae

RGB 24045174
HSL0.890.870.56
HSV320°81°94°
CMYK 0.000.810.28   0.06
XYZ44.513523.458042.2261
Yxy23.45800.40390.2129
Hunter Lab48.433579.2946-17.7878
CIE-Lab55.541079.9221-22.5025

#f02dae color RGB value is (240,45,174).

#f02dae hex color red value is 240, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f02dae hue: 0.89 , saturation: 0.87 and the lightness value of f02dae is 0.56.

The process color (four color CMYK) of #f02dae color hex is 0.00, 0.81, 0.28, 0.06. Web safe color of #f02dae is #ff3399. Color #f02dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101101 10101110
Octal 360 55 256
Decimal 240 45 174
Hex F0 2D AE

RGB Percentages of Color #f02dae

%52.29
%9.80
%37.91

CMYK Percentages of Color #f02dae

%0
%81
%28
%6

Triadic Colors of #f02dae

#f02dae #aef02d #2daef0

Analogous Colors of #f02dae

#f02dae #f02d4d #d12df0

Monochromatic Colors of #f02dae

#f02dae

Complementary Color

#f02dae #2df06f

#f02dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02dae Color CSS Codes

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

#f02dae Text Font Color

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

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


#f02dae Background Color

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

This div background color is #f02dae


#f02dae Border Color

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

This div border color is #f02dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02dae


Comments

No comments written yet.

Please login to write comment.