Color Hex Logo

#f49ca7 Color Hex

#F49CA7
(244,156,167)
0 Favorites   0 Comments

Color spaces of #f49ca7

RGB 244156167
HSL0.980.800.78
HSV353°36°96°
CMYK 0.000.360.32   0.04
XYZ56.171745.800142.4389
Yxy45.80010.38900.3172
Hunter Lab67.675829.724510.1928
CIE-Lab73.415634.18228.0712

#f49ca7 color RGB value is (244,156,167).

#f49ca7 hex color red value is 244, green value is 156 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #f49ca7 hue: 0.98 , saturation: 0.80 and the lightness value of f49ca7 is 0.78.

The process color (four color CMYK) of #f49ca7 color hex is 0.00, 0.36, 0.32, 0.04. Web safe color of #f49ca7 is #ff9999. Color #f49ca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 10100111
Octal 364 234 247
Decimal 244 156 167
Hex F4 9C A7

RGB Percentages of Color #f49ca7

%43.03
%27.51
%29.45

CMYK Percentages of Color #f49ca7

%0
%36
%32
%4

Triadic Colors of #f49ca7

#f49ca7 #a7f49c #9ca7f4

Analogous Colors of #f49ca7

#f49ca7 #f4bd9c #f49cd3

Monochromatic Colors of #f49ca7

#f49ca7

Complementary Color

#f49ca7 #9cf4e9

#f49ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ca7 Color CSS Codes

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

#f49ca7 Text Font Color

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

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


#f49ca7 Background Color

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

This div background color is #f49ca7


#f49ca7 Border Color

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

This div border color is #f49ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ca7


Comments

No comments written yet.

Please login to write comment.