Color Hex Logo

#fe7082 Color Hex

#FE7082
(254,112,130)
0 Favorites   0 Comments

Color spaces of #fe7082

RGB 254112130
HSL0.980.990.72
HSV352°56°100°
CMYK 0.000.560.49   0.00
XYZ50.696534.270925.0620
Yxy34.27090.46080.3115
Hunter Lab58.541452.132715.5964
CIE-Lab65.177055.591817.3910

#fe7082 color RGB value is (254,112,130).

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

The process color (four color CMYK) of #fe7082 color hex is 0.00, 0.56, 0.49, 0.00. Web safe color of #fe7082 is #ff6699. Color #fe7082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 10000010
Octal 376 160 202
Decimal 254 112 130
Hex FE 70 82

RGB Percentages of Color #fe7082

%51.21
%22.58
%26.21

CMYK Percentages of Color #fe7082

%0
%56
%49
%0

Triadic Colors of #fe7082

#fe7082 #82fe70 #7082fe

Analogous Colors of #fe7082

#fe7082 #fea570 #fe70c9

Monochromatic Colors of #fe7082

#fe7082

Complementary Color

#fe7082 #70feec

#fe7082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7082 Color CSS Codes

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

#fe7082 Text Font Color

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

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


#fe7082 Background Color

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

This div background color is #fe7082


#fe7082 Border Color

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

This div border color is #fe7082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7082

Related Colors


Comments

No comments written yet.

Please login to write comment.