Color Hex Logo

#f57484 Color Hex

#F57484
(245,116,132)
0 Favorites   0 Comments

Color spaces of #f57484

RGB 245116132
HSL0.980.870.71
HSV353°53°96°
CMYK 0.000.530.46   0.04
XYZ48.066433.569225.7759
Yxy33.56920.44750.3125
Hunter Lab57.938946.691314.1803
CIE-Lab64.619250.859315.2763

#f57484 color RGB value is (245,116,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 10000100
Octal 365 164 204
Decimal 245 116 132
Hex F5 74 84

RGB Percentages of Color #f57484

%49.70
%23.53
%26.77

CMYK Percentages of Color #f57484

%0
%53
%46
%4

Triadic Colors of #f57484

#f57484 #84f574 #7484f5

Analogous Colors of #f57484

#f57484 #f5a574 #f574c5

Monochromatic Colors of #f57484

#f57484

Complementary Color

#f57484 #74f5e5

#f57484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57484 Color CSS Codes

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

#f57484 Text Font Color

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

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


#f57484 Background Color

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

This div background color is #f57484


#f57484 Border Color

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

This div border color is #f57484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57484


Comments

No comments written yet.

Please login to write comment.