Color Hex Logo

#f494ee Color Hex

#F494EE
(244,148,238)
0 Favorites   0 Comments

Color spaces of #f494ee

RGB 244148238
HSL0.840.810.77
HSV304°39°96°
CMYK 0.000.390.02   0.04
XYZ63.330746.586086.5430
Yxy46.58600.32240.2371
Hunter Lab68.253946.1802-27.3994
CIE-Lab73.924249.1080-30.2207

#f494ee color RGB value is (244,148,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 11101110
Octal 364 224 356
Decimal 244 148 238
Hex F4 94 EE

RGB Percentages of Color #f494ee

%38.73
%23.49
%37.78

CMYK Percentages of Color #f494ee

%0
%39
%2
%4

Triadic Colors of #f494ee

#f494ee #eef494 #94eef4

Analogous Colors of #f494ee

#f494ee #f494be #ca94f4

Monochromatic Colors of #f494ee

#f494ee

Complementary Color

#f494ee #94f49a

#f494ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f494ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f494ee Color CSS Codes

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

#f494ee Text Font Color

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

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


#f494ee Background Color

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

This div background color is #f494ee


#f494ee Border Color

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

This div border color is #f494ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,148,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f494ee


Comments

No comments written yet.

Please login to write comment.