Color Hex Logo

#f01eae Color Hex

#F01EAE
(240,30,174)
0 Favorites   0 Comments

Color spaces of #f01eae

RGB 24030174
HSL0.890.880.53
HSV319°88°94°
CMYK 0.000.880.28   0.06
XYZ44.039422.509842.0681
Yxy22.50980.40550.2072
Hunter Lab47.444582.6612-19.3601
CIE-Lab54.563882.7507-24.0052

#f01eae color RGB value is (240,30,174).

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

The process color (four color CMYK) of #f01eae color hex is 0.00, 0.88, 0.28, 0.06. Web safe color of #f01eae is #ff3399. Color #f01eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011110 10101110
Octal 360 36 256
Decimal 240 30 174
Hex F0 1E AE

RGB Percentages of Color #f01eae

%54.05
%6.76
%39.19

CMYK Percentages of Color #f01eae

%0
%88
%28
%6

Triadic Colors of #f01eae

#f01eae #aef01e #1eaef0

Analogous Colors of #f01eae

#f01eae #f01e45 #c91ef0

Monochromatic Colors of #f01eae

#f01eae

Complementary Color

#f01eae #1ef060

#f01eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01eae Color CSS Codes

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

#f01eae Text Font Color

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

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


#f01eae Background Color

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

This div background color is #f01eae


#f01eae Border Color

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

This div border color is #f01eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01eae


Comments

No comments written yet.

Please login to write comment.