Color Hex Logo

#f08cae Color Hex

#F08CAE
(240,140,174)
0 Favorites   0 Comments

Color spaces of #f08cae

RGB 240140174
HSL0.940.770.75
HSV340°42°94°
CMYK 0.000.420.28   0.06
XYZ52.953240.337445.0394
Yxy40.33740.38280.2916
Hunter Lab63.511737.67972.4127
CIE-Lab69.709241.9863-1.2443

#f08cae color RGB value is (240,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001100 10101110
Octal 360 214 256
Decimal 240 140 174
Hex F0 8C AE

RGB Percentages of Color #f08cae

%43.32
%25.27
%31.41

CMYK Percentages of Color #f08cae

%0
%42
%28
%6

Triadic Colors of #f08cae

#f08cae #aef08c #8caef0

Analogous Colors of #f08cae

#f08cae #f09c8c #f08ce0

Monochromatic Colors of #f08cae

#f08cae

Complementary Color

#f08cae #8cf0ce

#f08cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08cae Color CSS Codes

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

#f08cae Text Font Color

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

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


#f08cae Background Color

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

This div background color is #f08cae


#f08cae Border Color

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

This div border color is #f08cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08cae

#f08cae Color Palettes


Comments

No comments written yet.

Please login to write comment.