Color Hex Logo

#f7828d Color Hex

#F7828D
(247,130,141)
0 Favorites   0 Comments

Color spaces of #f7828d

RGB 247130141
HSL0.980.880.74
HSV354°47°97°
CMYK 0.000.470.43   0.03
XYZ51.148137.662529.7731
Yxy37.66250.43130.3176
Hunter Lab61.369841.372114.1947
CIE-Lab67.771145.610914.6200

#f7828d color RGB value is (247,130,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000010 10001101
Octal 367 202 215
Decimal 247 130 141
Hex F7 82 8D

RGB Percentages of Color #f7828d

%47.68
%25.10
%27.22

CMYK Percentages of Color #f7828d

%0
%47
%43
%3

Triadic Colors of #f7828d

#f7828d #8df782 #828df7

Analogous Colors of #f7828d

#f7828d #f7b282 #f782c8

Monochromatic Colors of #f7828d

#f7828d

Complementary Color

#f7828d #82f7ec

#f7828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7828d Color CSS Codes

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

#f7828d Text Font Color

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

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


#f7828d Background Color

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

This div background color is #f7828d


#f7828d Border Color

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

This div border color is #f7828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7828d

Related Colors


Comments

No comments written yet.

Please login to write comment.