Color Hex Logo

#f06aea Color Hex

#F06AEA
(240,106,234)
0 Favorites   0 Comments

Color spaces of #f06aea

RGB 240106234
HSL0.840.820.68
HSV303°56°94°
CMYK 0.000.560.03   0.06
XYZ55.940534.773881.6055
Yxy34.77380.32460.2018
Hunter Lab58.969366.1355-40.7708
CIE-Lab65.572267.4138-41.0283

#f06aea color RGB value is (240,106,234).

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

The process color (four color CMYK) of #f06aea color hex is 0.00, 0.56, 0.03, 0.06. Web safe color of #f06aea is #ff66ff. Color #f06aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101010 11101010
Octal 360 152 352
Decimal 240 106 234
Hex F0 6A EA

RGB Percentages of Color #f06aea

%41.38
%18.28
%40.34

CMYK Percentages of Color #f06aea

%0
%56
%3
%6

Triadic Colors of #f06aea

#f06aea #eaf06a #6aeaf0

Analogous Colors of #f06aea

#f06aea #f06aa7 #b36af0

Monochromatic Colors of #f06aea

#f06aea

Complementary Color

#f06aea #6af070

#f06aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06aea Color CSS Codes

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

#f06aea Text Font Color

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

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


#f06aea Background Color

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

This div background color is #f06aea


#f06aea Border Color

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

This div border color is #f06aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06aea


Comments

No comments written yet.

Please login to write comment.