Color Hex Logo

#f57394 Color Hex

#F57394
(245,115,148)
0 Favorites   0 Comments

Color spaces of #f57394

RGB 245115148
HSL0.960.870.71
HSV345°53°96°
CMYK 0.000.530.40   0.04
XYZ49.132233.812131.9538
Yxy33.81210.42760.2943
Hunter Lab58.148249.06408.1225
CIE-Lab64.813252.94606.4251

#f57394 color RGB value is (245,115,148).

#f57394 hex color red value is 245, green value is 115 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f57394 hue: 0.96 , saturation: 0.87 and the lightness value of f57394 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110011 10010100
Octal 365 163 224
Decimal 245 115 148
Hex F5 73 94

RGB Percentages of Color #f57394

%48.23
%22.64
%29.13

CMYK Percentages of Color #f57394

%0
%53
%40
%4

Triadic Colors of #f57394

#f57394 #94f573 #7394f5

Analogous Colors of #f57394

#f57394 #f59373 #f573d5

Monochromatic Colors of #f57394

#f57394

Complementary Color

#f57394 #73f5d4

#f57394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57394 Color CSS Codes

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

#f57394 Text Font Color

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

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


#f57394 Background Color

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

This div background color is #f57394


#f57394 Border Color

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

This div border color is #f57394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57394


Comments

No comments written yet.

Please login to write comment.