Color Hex Logo

#fe829e Color Hex

#FE829E
(254,130,158)
0 Favorites   0 Comments

Color spaces of #fe829e

RGB 254130158
HSL0.960.980.75
HSV346°49°100°
CMYK 0.000.490.38   0.00
XYZ55.027239.504737.0727
Yxy39.50470.41810.3002
Hunter Lab62.852846.28339.0257
CIE-Lab69.115349.84897.0939

#fe829e color RGB value is (254,130,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 10011110
Octal 376 202 236
Decimal 254 130 158
Hex FE 82 9E

RGB Percentages of Color #fe829e

%46.86
%23.99
%29.15

CMYK Percentages of Color #fe829e

%0
%49
%38
%0

Triadic Colors of #fe829e

#fe829e #9efe82 #829efe

Analogous Colors of #fe829e

#fe829e #fea482 #fe82dc

Monochromatic Colors of #fe829e

#fe829e

Complementary Color

#fe829e #82fee2

#fe829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe829e Color CSS Codes

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

#fe829e Text Font Color

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

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


#fe829e Background Color

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

This div background color is #fe829e


#fe829e Border Color

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

This div border color is #fe829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe829e


Comments

No comments written yet.

Please login to write comment.