Color Hex Logo

#f015ae Color Hex

#F015AE
(240,21,174)
0 Favorites   0 Comments

Color spaces of #f015ae

RGB 24021174
HSL0.880.880.51
HSV318°91°94°
CMYK 0.000.910.28   0.06
XYZ43.843322.117642.0027
Yxy22.11760.40610.2049
Hunter Lab47.029484.1060-20.0323
CIE-Lab54.151683.9525-24.6404

#f015ae color RGB value is (240,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 10101110
Octal 360 25 256
Decimal 240 21 174
Hex F0 15 AE

RGB Percentages of Color #f015ae

%55.17
%4.83
%40.00

CMYK Percentages of Color #f015ae

%0
%91
%28
%6

Triadic Colors of #f015ae

#f015ae #aef015 #15aef0

Analogous Colors of #f015ae

#f015ae #f01540 #c515f0

Monochromatic Colors of #f015ae

#f015ae

Complementary Color

#f015ae #15f057

#f015ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015ae Color CSS Codes

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

#f015ae Text Font Color

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

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


#f015ae Background Color

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

This div background color is #f015ae


#f015ae Border Color

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

This div border color is #f015ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015ae


Comments

No comments written yet.

Please login to write comment.