Color Hex Logo

#fe829f Color Hex

#FE829F
(254,130,159)
0 Favorites   0 Comments

Color spaces of #fe829f

RGB 254130159
HSL0.960.980.75
HSV346°49°100°
CMYK 0.000.490.37   0.00
XYZ55.113739.539337.5279
Yxy39.53930.41700.2991
Hunter Lab62.880346.41238.6310
CIE-Lab69.140149.96006.5675

#fe829f color RGB value is (254,130,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 10011111
Octal 376 202 237
Decimal 254 130 159
Hex FE 82 9F

RGB Percentages of Color #fe829f

%46.78
%23.94
%29.28

CMYK Percentages of Color #fe829f

%0
%49
%37
%0

Triadic Colors of #fe829f

#fe829f #9ffe82 #829ffe

Analogous Colors of #fe829f

#fe829f #fea382 #fe82dd

Monochromatic Colors of #fe829f

#fe829f

Complementary Color

#fe829f #82fee1

#fe829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe829f Color CSS Codes

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

#fe829f Text Font Color

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

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


#fe829f Background Color

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

This div background color is #fe829f


#fe829f Border Color

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

This div border color is #fe829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe829f


Comments

No comments written yet.

Please login to write comment.