Color Hex Logo

#f47393 Color Hex

#F47393
(244,115,147)
0 Favorites   0 Comments

Color spaces of #f47393

RGB 244115147
HSL0.960.850.70
HSV345°53°96°
CMYK 0.000.530.40   0.04
XYZ48.705433.601131.5224
Yxy33.60110.42790.2952
Hunter Lab57.966548.54058.3344
CIE-Lab64.644752.50686.7355

#f47393 color RGB value is (244,115,147).

#f47393 hex color red value is 244, green value is 115 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f47393 hue: 0.96 , saturation: 0.85 and the lightness value of f47393 is 0.70.

The process color (four color CMYK) of #f47393 color hex is 0.00, 0.53, 0.40, 0.04. Web safe color of #f47393 is #ff6699. Color #f47393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110011 10010011
Octal 364 163 223
Decimal 244 115 147
Hex F4 73 93

RGB Percentages of Color #f47393

%48.22
%22.73
%29.05

CMYK Percentages of Color #f47393

%0
%53
%40
%4

Triadic Colors of #f47393

#f47393 #93f473 #7393f4

Analogous Colors of #f47393

#f47393 #f49473 #f473d4

Monochromatic Colors of #f47393

#f47393

Complementary Color

#f47393 #73f4d4

#f47393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47393 Color CSS Codes

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

#f47393 Text Font Color

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

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


#f47393 Background Color

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

This div background color is #f47393


#f47393 Border Color

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

This div border color is #f47393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47393


Comments

No comments written yet.

Please login to write comment.