Color Hex Logo

#f494ea Color Hex

#F494EA
(244,148,234)
0 Favorites   0 Comments

Color spaces of #f494ea

RGB 244148234
HSL0.850.810.77
HSV306°39°96°
CMYK 0.000.390.04   0.04
XYZ62.749446.353483.4818
Yxy46.35340.32580.2407
Hunter Lab68.083345.3697-25.0413
CIE-Lab73.774348.4139-28.2685

#f494ea color RGB value is (244,148,234).

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

The process color (four color CMYK) of #f494ea color hex is 0.00, 0.39, 0.04, 0.04. Web safe color of #f494ea is #ff99ff. Color #f494ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 11101010
Octal 364 224 352
Decimal 244 148 234
Hex F4 94 EA

RGB Percentages of Color #f494ea

%38.98
%23.64
%37.38

CMYK Percentages of Color #f494ea

%0
%39
%4
%4

Triadic Colors of #f494ea

#f494ea #eaf494 #94eaf4

Analogous Colors of #f494ea

#f494ea #f494ba #ce94f4

Monochromatic Colors of #f494ea

#f494ea

Complementary Color

#f494ea #94f49e

#f494ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f494ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f494ea Color CSS Codes

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

#f494ea Text Font Color

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

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


#f494ea Background Color

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

This div background color is #f494ea


#f494ea Border Color

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

This div border color is #f494ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f494ea


Comments

No comments written yet.

Please login to write comment.