Color Hex Logo

#f494be Color Hex

#F494BE
(244,148,190)
0 Favorites   0 Comments

Color spaces of #f494be

RGB 244148190
HSL0.930.810.77
HSV334°39°96°
CMYK 0.000.390.22   0.04
XYZ57.192444.130654.2189
Yxy44.13060.36770.2837
Hunter Lab66.430937.4222-1.8891
CIE-Lab72.315741.4496-6.2550

#f494be color RGB value is (244,148,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 10111110
Octal 364 224 276
Decimal 244 148 190
Hex F4 94 BE

RGB Percentages of Color #f494be

%41.92
%25.43
%32.65

CMYK Percentages of Color #f494be

%0
%39
%22
%4

Triadic Colors of #f494be

#f494be #bef494 #94bef4

Analogous Colors of #f494be

#f494be #f49a94 #f494ee

Monochromatic Colors of #f494be

#f494be

Complementary Color

#f494be #94f4ca

#f494be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f494be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f494be Color CSS Codes

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

#f494be Text Font Color

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

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


#f494be Background Color

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

This div background color is #f494be


#f494be Border Color

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

This div border color is #f494be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f494be


Comments

No comments written yet.

Please login to write comment.