Color Hex Logo

#f58984 Color Hex

#F58984
(245,137,132)
0 Favorites   0 Comments

Color spaces of #f58984

RGB 245137132
HSL0.010.850.74
HSV46°96°
CMYK 0.000.440.46   0.04
XYZ50.766738.969726.6760
Yxy38.96970.43610.3348
Hunter Lab62.425735.917218.3620
CIE-Lab68.729340.467420.9390

#f58984 color RGB value is (245,137,132).

#f58984 hex color red value is 245, green value is 137 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f58984 hue: 0.01 , saturation: 0.85 and the lightness value of f58984 is 0.74.

The process color (four color CMYK) of #f58984 color hex is 0.00, 0.44, 0.46, 0.04. Web safe color of #f58984 is #ff9999. Color #f58984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 10000100
Octal 365 211 204
Decimal 245 137 132
Hex F5 89 84

RGB Percentages of Color #f58984

%47.67
%26.65
%25.68

CMYK Percentages of Color #f58984

%0
%44
%46
%4

Triadic Colors of #f58984

#f58984 #84f589 #8984f5

Analogous Colors of #f58984

#f58984 #f5c284 #f584b8

Monochromatic Colors of #f58984

#f58984

Complementary Color

#f58984 #84f0f5

#f58984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58984 Color CSS Codes

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

#f58984 Text Font Color

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

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


#f58984 Background Color

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

This div background color is #f58984


#f58984 Border Color

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

This div border color is #f58984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58984


Comments

No comments written yet.

Please login to write comment.