Color Hex Logo

#f49693 Color Hex

#F49693
(244,150,147)
0 Favorites   0 Comments

Color spaces of #f49693

RGB 244150147
HSL0.010.820.77
HSV40°96°
CMYK 0.000.390.40   0.04
XYZ53.481043.152433.1142
Yxy43.15240.41220.3326
Hunter Lab65.690530.365016.0956
CIE-Lab71.658334.947416.6373

#f49693 color RGB value is (244,150,147).

#f49693 hex color red value is 244, green value is 150 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f49693 hue: 0.01 , saturation: 0.82 and the lightness value of f49693 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 10010011
Octal 364 226 223
Decimal 244 150 147
Hex F4 96 93

RGB Percentages of Color #f49693

%45.10
%27.73
%27.17

CMYK Percentages of Color #f49693

%0
%39
%40
%4

Triadic Colors of #f49693

#f49693 #93f496 #9693f4

Analogous Colors of #f49693

#f49693 #f4c793 #f493c1

Monochromatic Colors of #f49693

#f49693

Complementary Color

#f49693 #93f1f4

#f49693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49693 Color CSS Codes

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

#f49693 Text Font Color

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

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


#f49693 Background Color

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

This div background color is #f49693


#f49693 Border Color

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

This div border color is #f49693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49693


Comments

No comments written yet.

Please login to write comment.