color codes Logo

#f05eae color codes

#F05EAE
(240,94,174)
0 Favorites   0 Comments

Color spaces of #f05eae

RGB 24094174
HSL0.910.830.65
HSV327°61°94°
CMYK 0.000.610.28   0.06
XYZ47.577929.586743.2476
Yxy29.58670.39510.2457
Hunter Lab54.393760.9443-9.0650
CIE-Lab61.296063.8294-13.7469

#f05eae color RGB value is (240,94,174).

#f05eae hex color red value is 240, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f05eae hue: 0.91 , saturation: 0.83 and the lightness value of f05eae is 0.65.

The process color (four color CMYK) of #f05eae color code is 0.00, 0.61, 0.28, 0.06. Web safe color of #f05eae is #ff6699. Color #f05eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011110 10101110
Octal 360 136 256
Decimal 240 94 174
Hex F0 5E AE

RGB Percentages of Color #f05eae

%47.24
%18.50
%34.25

CMYK Percentages of Color #f05eae

%0
%61
%28
%6

Triadic Colors of #f05eae

#f05eae #aef05e #5eaef0

Analogous Colors of #f05eae

#f05eae #f05e65 #e95ef0

Monochromatic Colors of #f05eae

#f05eae

Complementary Color

#f05eae #5ef0a0

#f05eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05eae Color CSS Codes

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

#f05eae Text Font Color

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

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


#f05eae Background Color

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

This div background color is #f05eae


#f05eae Border Color

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

This div border color is #f05eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05eae


Comments

No comments written yet.

Please login to write comment.