Color Hex Logo

#f5858d Color Hex

#F5858D
(245,133,141)
0 Favorites   0 Comments

Color spaces of #f5858d

RGB 245133141
HSL0.990.850.74
HSV356°46°96°
CMYK 0.000.460.42   0.04
XYZ50.851438.110629.8752
Yxy38.11060.42790.3207
Hunter Lab61.733839.000014.5211
CIE-Lab68.102143.396615.0424

#f5858d color RGB value is (245,133,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 10001101
Octal 365 205 215
Decimal 245 133 141
Hex F5 85 8D

RGB Percentages of Color #f5858d

%47.21
%25.63
%27.17

CMYK Percentages of Color #f5858d

%0
%46
%42
%4

Triadic Colors of #f5858d

#f5858d #8df585 #858df5

Analogous Colors of #f5858d

#f5858d #f5b585 #f585c5

Monochromatic Colors of #f5858d

#f5858d

Complementary Color

#f5858d #85f5ed

#f5858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5858d Color CSS Codes

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

#f5858d Text Font Color

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

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


#f5858d Background Color

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

This div background color is #f5858d


#f5858d Border Color

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

This div border color is #f5858d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5858d


Comments

No comments written yet.

Please login to write comment.