Color Hex Logo

#f46aea Color Hex

#F46AEA
(244,106,234)
0 Favorites   0 Comments

Color spaces of #f46aea

RGB 244106234
HSL0.850.860.69
HSV304°57°96°
CMYK 0.000.570.04   0.04
XYZ57.313535.481781.6698
Yxy35.48170.32850.2034
Hunter Lab59.566567.5071-39.5941
CIE-Lab66.122068.4443-40.1280

#f46aea color RGB value is (244,106,234).

#f46aea hex color red value is 244, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f46aea hue: 0.85 , saturation: 0.86 and the lightness value of f46aea is 0.69.

The process color (four color CMYK) of #f46aea color hex is 0.00, 0.57, 0.04, 0.04. Web safe color of #f46aea is #ff66ff. Color #f46aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101010 11101010
Octal 364 152 352
Decimal 244 106 234
Hex F4 6A EA

RGB Percentages of Color #f46aea

%41.78
%18.15
%40.07

CMYK Percentages of Color #f46aea

%0
%57
%4
%4

Triadic Colors of #f46aea

#f46aea #eaf46a #6aeaf4

Analogous Colors of #f46aea

#f46aea #f46aa5 #b96af4

Monochromatic Colors of #f46aea

#f46aea

Complementary Color

#f46aea #6af474

#f46aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46aea Color CSS Codes

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

#f46aea Text Font Color

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

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


#f46aea Background Color

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

This div background color is #f46aea


#f46aea Border Color

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

This div border color is #f46aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46aea


Comments

No comments written yet.

Please login to write comment.