Color Hex Logo

#f094ae Color Hex

#F094AE
(240,148,174)
0 Favorites   0 Comments

Color spaces of #f094ae

RGB 240148174
HSL0.950.750.76
HSV343°38°94°
CMYK 0.000.380.28   0.06
XYZ54.165142.761145.4433
Yxy42.76110.38050.3004
Hunter Lab65.392033.41814.5716
CIE-Lab71.392537.84551.2139

#f094ae color RGB value is (240,148,174).

#f094ae hex color red value is 240, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f094ae hue: 0.95 , saturation: 0.75 and the lightness value of f094ae is 0.76.

The process color (four color CMYK) of #f094ae color hex is 0.00, 0.38, 0.28, 0.06. Web safe color of #f094ae is #ff9999. Color #f094ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 10101110
Octal 360 224 256
Decimal 240 148 174
Hex F0 94 AE

RGB Percentages of Color #f094ae

%42.70
%26.33
%30.96

CMYK Percentages of Color #f094ae

%0
%38
%28
%6

Triadic Colors of #f094ae

#f094ae #aef094 #94aef0

Analogous Colors of #f094ae

#f094ae #f0a894 #f094dc

Monochromatic Colors of #f094ae

#f094ae

Complementary Color

#f094ae #94f0d6

#f094ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f094ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f094ae Color CSS Codes

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

#f094ae Text Font Color

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

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


#f094ae Background Color

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

This div background color is #f094ae


#f094ae Border Color

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

This div border color is #f094ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f094ae


Comments

No comments written yet.

Please login to write comment.