Color Hex Logo

#f070ae Color Hex

#F070AE
(240,112,174)
0 Favorites   0 Comments

Color spaces of #f070ae

RGB 240112174
HSL0.920.810.69
HSV331°53°94°
CMYK 0.000.530.28   0.06
XYZ49.369333.169643.8447
Yxy33.16960.39060.2625
Hunter Lab57.593152.2240-4.8214
CIE-Lab64.298055.8109-9.2445

#f070ae color RGB value is (240,112,174).

#f070ae hex color red value is 240, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f070ae hue: 0.92 , saturation: 0.81 and the lightness value of f070ae is 0.69.

The process color (four color CMYK) of #f070ae color hex is 0.00, 0.53, 0.28, 0.06. Web safe color of #f070ae is #ff6699. Color #f070ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 10101110
Octal 360 160 256
Decimal 240 112 174
Hex F0 70 AE

RGB Percentages of Color #f070ae

%45.63
%21.29
%33.08

CMYK Percentages of Color #f070ae

%0
%53
%28
%6

Triadic Colors of #f070ae

#f070ae #aef070 #70aef0

Analogous Colors of #f070ae

#f070ae #f07270 #f070ee

Monochromatic Colors of #f070ae

#f070ae

Complementary Color

#f070ae #70f0b2

#f070ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070ae Color CSS Codes

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

#f070ae Text Font Color

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

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


#f070ae Background Color

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

This div background color is #f070ae


#f070ae Border Color

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

This div border color is #f070ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070ae


Comments

No comments written yet.

Please login to write comment.