Color Hex Logo

#f5878c Color Hex

#F5878C
(245,135,140)
0 Favorites   0 Comments

Color spaces of #f5878c

RGB 245135140
HSL0.990.850.75
HSV357°45°96°
CMYK 0.000.450.43   0.04
XYZ51.053838.633929.5772
Yxy38.63390.42810.3239
Hunter Lab62.156237.842915.2960
CIE-Lab68.485242.282716.1366

#f5878c color RGB value is (245,135,140).

#f5878c hex color red value is 245, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f5878c hue: 0.99 , saturation: 0.85 and the lightness value of f5878c is 0.75.

The process color (four color CMYK) of #f5878c color hex is 0.00, 0.45, 0.43, 0.04. Web safe color of #f5878c is #ff9999. Color #f5878c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000111 10001100
Octal 365 207 214
Decimal 245 135 140
Hex F5 87 8C

RGB Percentages of Color #f5878c

%47.12
%25.96
%26.92

CMYK Percentages of Color #f5878c

%0
%45
%43
%4

Triadic Colors of #f5878c

#f5878c #8cf587 #878cf5

Analogous Colors of #f5878c

#f5878c #f5b987 #f587c3

Monochromatic Colors of #f5878c

#f5878c

Complementary Color

#f5878c #87f5f0

#f5878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5878c Color CSS Codes

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

#f5878c Text Font Color

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

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


#f5878c Background Color

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

This div background color is #f5878c


#f5878c Border Color

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

This div border color is #f5878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5878c


Comments

No comments written yet.

Please login to write comment.