Color Hex Logo

#fe828f Color Hex

#FE828F
(254,130,143)
0 Favorites   0 Comments

Color spaces of #fe828f

RGB 254130143
HSL0.980.980.75
HSV354°49°100°
CMYK 0.000.490.44   0.00
XYZ53.813639.019330.6818
Yxy39.01930.43570.3159
Hunter Lab62.465444.462214.6037
CIE-Lab68.765248.271315.0266

#fe828f color RGB value is (254,130,143).

#fe828f hex color red value is 254, green value is 130 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fe828f hue: 0.98 , saturation: 0.98 and the lightness value of fe828f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 10001111
Octal 376 202 217
Decimal 254 130 143
Hex FE 82 8F

RGB Percentages of Color #fe828f

%48.20
%24.67
%27.13

CMYK Percentages of Color #fe828f

%0
%49
%44
%0

Triadic Colors of #fe828f

#fe828f #8ffe82 #828ffe

Analogous Colors of #fe828f

#fe828f #feb382 #fe82cd

Monochromatic Colors of #fe828f

#fe828f

Complementary Color

#fe828f #82fef1

#fe828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe828f Color CSS Codes

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

#fe828f Text Font Color

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

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


#fe828f Background Color

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

This div background color is #fe828f


#fe828f Border Color

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

This div border color is #fe828f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,130,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe828f


Comments

No comments written yet.

Please login to write comment.