Color Hex Logo

#f5818c Color Hex

#F5818C
(245,129,140)
0 Favorites   0 Comments

Color spaces of #f5818c

RGB 245129140
HSL0.980.850.73
HSV354°47°96°
CMYK 0.000.470.43   0.04
XYZ50.240137.006429.3060
Yxy37.00640.43110.3175
Hunter Lab60.832940.960414.0203
CIE-Lab67.281845.298914.4589

#f5818c color RGB value is (245,129,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 10001100
Octal 365 201 214
Decimal 245 129 140
Hex F5 81 8C

RGB Percentages of Color #f5818c

%47.67
%25.10
%27.24

CMYK Percentages of Color #f5818c

%0
%47
%43
%4

Triadic Colors of #f5818c

#f5818c #8cf581 #818cf5

Analogous Colors of #f5818c

#f5818c #f5b081 #f581c6

Monochromatic Colors of #f5818c

#f5818c

Complementary Color

#f5818c #81f5ea

#f5818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5818c Color CSS Codes

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

#f5818c Text Font Color

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

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


#f5818c Background Color

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

This div background color is #f5818c


#f5818c Border Color

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

This div border color is #f5818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5818c


Comments

No comments written yet.

Please login to write comment.