Color Hex Logo

#f5847e Color Hex

#F5847E
(245,132,126)
0 Favorites   0 Comments

Color spaces of #f5847e

RGB 245132126
HSL0.010.860.73
HSV49°96°
CMYK 0.000.460.49   0.04
XYZ49.673337.421424.3436
Yxy37.42140.44570.3358
Hunter Lab61.173037.891519.2269
CIE-Lab67.592042.436022.7373

#f5847e color RGB value is (245,132,126).

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

The process color (four color CMYK) of #f5847e color hex is 0.00, 0.46, 0.49, 0.04. Web safe color of #f5847e is #ff9966. Color #f5847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 01111110
Octal 365 204 176
Decimal 245 132 126
Hex F5 84 7E

RGB Percentages of Color #f5847e

%48.71
%26.24
%25.05

CMYK Percentages of Color #f5847e

%0
%46
%49
%4

Triadic Colors of #f5847e

#f5847e #7ef584 #847ef5

Analogous Colors of #f5847e

#f5847e #f5c07e #f57eb4

Monochromatic Colors of #f5847e

#f5847e

Complementary Color

#f5847e #7eeff5

#f5847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5847e Color CSS Codes

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

#f5847e Text Font Color

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

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


#f5847e Background Color

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

This div background color is #f5847e


#f5847e Border Color

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

This div border color is #f5847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5847e


Comments

No comments written yet.

Please login to write comment.