Color Hex Logo

#fe5292 Color Hex

#FE5292
(254,82,146)
0 Favorites   0 Comments

Color spaces of #fe5292

RGB 25482146
HSL0.940.990.66
HSV338°68°100°
CMYK 0.000.680.43   0.00
XYZ49.078729.180730.2398
Yxy29.18070.45230.2689
Hunter Lab54.019267.64134.6230
CIE-Lab60.940869.49162.1688

#fe5292 color RGB value is (254,82,146).

#fe5292 hex color red value is 254, green value is 82 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fe5292 hue: 0.94 , saturation: 0.99 and the lightness value of fe5292 is 0.66.

The process color (four color CMYK) of #fe5292 color hex is 0.00, 0.68, 0.43, 0.00. Web safe color of #fe5292 is #ff6699. Color #fe5292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 10010010
Octal 376 122 222
Decimal 254 82 146
Hex FE 52 92

RGB Percentages of Color #fe5292

%52.70
%17.01
%30.29

CMYK Percentages of Color #fe5292

%0
%68
%43
%0

Triadic Colors of #fe5292

#fe5292 #92fe52 #5292fe

Analogous Colors of #fe5292

#fe5292 #fe6852 #fe52e8

Monochromatic Colors of #fe5292

#fe5292

Complementary Color

#fe5292 #52febe

#fe5292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5292 Color CSS Codes

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

#fe5292 Text Font Color

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

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


#fe5292 Background Color

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

This div background color is #fe5292


#fe5292 Border Color

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

This div border color is #fe5292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5292

Related Colors


Comments

No comments written yet.

Please login to write comment.