Color Hex Logo

#ff828d Color Hex

#FF828D
(255,130,141)
0 Favorites   0 Comments

Color spaces of #ff828d

RGB 255130141
HSL0.991.000.75
HSV355°49°100°
CMYK 0.000.490.45   0.00
XYZ54.030439.148429.9080
Yxy39.14840.43900.3181
Hunter Lab62.568744.646215.4573
CIE-Lab68.858648.423516.2993

#ff828d color RGB value is (255,130,141).

#ff828d hex color red value is 255, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ff828d hue: 0.99 , saturation: 1.00 and the lightness value of ff828d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000010 10001101
Octal 377 202 215
Decimal 255 130 141
Hex FF 82 8D

RGB Percentages of Color #ff828d

%48.48
%24.71
%26.81

CMYK Percentages of Color #ff828d

%0
%49
%45
%0

Triadic Colors of #ff828d

#ff828d #8dff82 #828dff

Analogous Colors of #ff828d

#ff828d #ffb682 #ff82cc

Monochromatic Colors of #ff828d

#ff828d

Complementary Color

#ff828d #82fff4

#ff828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff828d Color CSS Codes

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

#ff828d Text Font Color

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

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


#ff828d Background Color

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

This div background color is #ff828d


#ff828d Border Color

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

This div border color is #ff828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff828d

Related Colors


Comments

No comments written yet.

Please login to write comment.