Color Hex Logo

#f00aea Color Hex

#F00AEA
(240,10,234)
0 Favorites   0 Comments

Color spaces of #f00aea

RGB 24010234
HSL0.840.920.49
HSV302°96°94°
CMYK 0.000.960.03   0.06
XYZ50.895024.682979.9237
Yxy24.68290.32730.1587
Hunter Lab49.681995.9152-60.6030
CIE-Lab56.765192.3785-54.9561

#f00aea color RGB value is (240,10,234).

#f00aea hex color red value is 240, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f00aea hue: 0.84 , saturation: 0.92 and the lightness value of f00aea is 0.49.

The process color (four color CMYK) of #f00aea color hex is 0.00, 0.96, 0.03, 0.06. Web safe color of #f00aea is #ff00ff. Color #f00aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001010 11101010
Octal 360 12 352
Decimal 240 10 234
Hex F0 A EA

RGB Percentages of Color #f00aea

%49.59
%2.07
%48.35

CMYK Percentages of Color #f00aea

%0
%96
%3
%6

Triadic Colors of #f00aea

#f00aea #eaf00a #0aeaf0

Analogous Colors of #f00aea

#f00aea #f00a77 #830af0

Monochromatic Colors of #f00aea

#f00aea

Complementary Color

#f00aea #0af010

#f00aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00aea Color CSS Codes

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

#f00aea Text Font Color

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

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


#f00aea Background Color

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

This div background color is #f00aea


#f00aea Border Color

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

This div border color is #f00aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00aea


Comments

No comments written yet.

Please login to write comment.