Color Hex Logo

#f4828d Color Hex

#F4828D
(244,130,141)
0 Favorites   0 Comments

Color spaces of #f4828d

RGB 244130141
HSL0.980.840.73
HSV354°47°96°
CMYK 0.000.470.42   0.04
XYZ50.098637.121429.7240
Yxy37.12140.42840.3174
Hunter Lab60.927340.152013.7239
CIE-Lab67.368044.547613.9964

#f4828d color RGB value is (244,130,141).

#f4828d hex color red value is 244, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f4828d hue: 0.98 , saturation: 0.84 and the lightness value of f4828d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000010 10001101
Octal 364 202 215
Decimal 244 130 141
Hex F4 82 8D

RGB Percentages of Color #f4828d

%47.38
%25.24
%27.38

CMYK Percentages of Color #f4828d

%0
%47
%42
%4

Triadic Colors of #f4828d

#f4828d #8df482 #828df4

Analogous Colors of #f4828d

#f4828d #f4b082 #f482c6

Monochromatic Colors of #f4828d

#f4828d

Complementary Color

#f4828d #82f4e9

#f4828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4828d Color CSS Codes

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

#f4828d Text Font Color

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

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


#f4828d Background Color

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

This div background color is #f4828d


#f4828d Border Color

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

This div border color is #f4828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4828d


Comments

No comments written yet.

Please login to write comment.