Color Hex Logo

#f04ae0 Color Hex

#F04AE0
(240,74,224)
0 Favorites   0 Comments

Color spaces of #f04ae0

RGB 24074224
HSL0.850.850.62
HSV306°69°94°
CMYK 0.000.690.07   0.06
XYZ51.838528.804673.3487
Yxy28.80460.33660.1871
Hunter Lab53.669978.4866-43.4605
CIE-Lab60.608878.3047-43.2396

#f04ae0 color RGB value is (240,74,224).

#f04ae0 hex color red value is 240, green value is 74 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #f04ae0 hue: 0.85 , saturation: 0.85 and the lightness value of f04ae0 is 0.62.

The process color (four color CMYK) of #f04ae0 color hex is 0.00, 0.69, 0.07, 0.06. Web safe color of #f04ae0 is #ff33cc. Color #f04ae0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 11100000
Octal 360 112 340
Decimal 240 74 224
Hex F0 4A E0

RGB Percentages of Color #f04ae0

%44.61
%13.75
%41.64

CMYK Percentages of Color #f04ae0

%0
%69
%7
%6

Triadic Colors of #f04ae0

#f04ae0 #e0f04a #4ae0f0

Analogous Colors of #f04ae0

#f04ae0 #f04a8d #ad4af0

Monochromatic Colors of #f04ae0

#f04ae0

Complementary Color

#f04ae0 #4af05a

#f04ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ae0 Color CSS Codes

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

#f04ae0 Text Font Color

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

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


#f04ae0 Background Color

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

This div background color is #f04ae0


#f04ae0 Border Color

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

This div border color is #f04ae0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,74,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f04ae0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ae0


Comments

No comments written yet.

Please login to write comment.