Color Hex Logo

#f4858d Color Hex

#F4858D
(244,133,141)
0 Favorites   0 Comments

Color spaces of #f4858d

RGB 244133141
HSL0.990.830.74
HSV356°45°96°
CMYK 0.000.450.42   0.04
XYZ50.503537.931229.8589
Yxy37.93120.42690.3207
Hunter Lab61.588338.593614.3672
CIE-Lab67.969943.038514.8381

#f4858d color RGB value is (244,133,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 10001101
Octal 364 205 215
Decimal 244 133 141
Hex F4 85 8D

RGB Percentages of Color #f4858d

%47.10
%25.68
%27.22

CMYK Percentages of Color #f4858d

%0
%45
%42
%4

Triadic Colors of #f4858d

#f4858d #8df485 #858df4

Analogous Colors of #f4858d

#f4858d #f4b585 #f485c5

Monochromatic Colors of #f4858d

#f4858d

Complementary Color

#f4858d #85f4ec

#f4858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4858d Color CSS Codes

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

#f4858d Text Font Color

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

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


#f4858d Background Color

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

This div background color is #f4858d


#f4858d Border Color

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

This div border color is #f4858d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4858d


Comments

No comments written yet.

Please login to write comment.