Color Hex Logo

#f5918c Color Hex

#F5918C
(245,145,140)
0 Favorites   0 Comments

Color spaces of #f5918c

RGB 245145140
HSL0.010.840.75
HSV43°96°
CMYK 0.000.410.43   0.04
XYZ52.515241.556730.0643
Yxy41.55670.42300.3348
Hunter Lab64.464532.600017.4741
CIE-Lab70.564237.163319.0138

#f5918c color RGB value is (245,145,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010001 10001100
Octal 365 221 214
Decimal 245 145 140
Hex F5 91 8C

RGB Percentages of Color #f5918c

%46.23
%27.36
%26.42

CMYK Percentages of Color #f5918c

%0
%41
%43
%4

Triadic Colors of #f5918c

#f5918c #8cf591 #918cf5

Analogous Colors of #f5918c

#f5918c #f5c68c #f58cbc

Monochromatic Colors of #f5918c

#f5918c

Complementary Color

#f5918c #8cf0f5

#f5918c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5918c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5918c Color CSS Codes

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

#f5918c Text Font Color

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

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


#f5918c Background Color

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

This div background color is #f5918c


#f5918c Border Color

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

This div border color is #f5918c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5918c


Comments

No comments written yet.

Please login to write comment.