Color Hex Logo

#f002ae Color Hex

#F002AE
(240,2,174)
0 Favorites   0 Comments

Color spaces of #f002ae

RGB 2402174
HSL0.880.980.47
HSV317°99°94°
CMYK 0.000.990.28   0.06
XYZ43.596921.624741.9206
Yxy21.62470.40690.2018
Hunter Lab46.502485.9682-20.8966
CIE-Lab53.626585.4905-25.4507

#f002ae color RGB value is (240,2,174).

#f002ae hex color red value is 240, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f002ae hue: 0.88 , saturation: 0.98 and the lightness value of f002ae is 0.47.

The process color (four color CMYK) of #f002ae color hex is 0.00, 0.99, 0.28, 0.06. Web safe color of #f002ae is #ff0099. Color #f002ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 10101110
Octal 360 2 256
Decimal 240 2 174
Hex F0 2 AE

RGB Percentages of Color #f002ae

%57.69
%0.48
%41.83

CMYK Percentages of Color #f002ae

%0
%99
%28
%6

Triadic Colors of #f002ae

#f002ae #aef002 #02aef0

Analogous Colors of #f002ae

#f002ae #f00237 #bb02f0

Monochromatic Colors of #f002ae

#f002ae

Complementary Color

#f002ae #02f044

#f002ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002ae Color CSS Codes

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

#f002ae Text Font Color

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

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


#f002ae Background Color

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

This div background color is #f002ae


#f002ae Border Color

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

This div border color is #f002ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002ae


Comments

No comments written yet.

Please login to write comment.