Color Hex Logo

#fe2872 Color Hex

#FE2872
(254,40,114)
0 Favorites   0 Comments

Color spaces of #fe2872

RGB 25440114
HSL0.940.990.58
HSV339°84°100°
CMYK 0.000.840.55   0.00
XYZ44.669123.803318.1598
Yxy23.80330.51560.2748
Hunter Lab48.788678.048012.0835
CIE-Lab55.890378.868313.8590

#fe2872 color RGB value is (254,40,114).

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

The process color (four color CMYK) of #fe2872 color hex is 0.00, 0.84, 0.55, 0.00. Web safe color of #fe2872 is #ff3366. Color #fe2872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 01110010
Octal 376 50 162
Decimal 254 40 114
Hex FE 28 72

RGB Percentages of Color #fe2872

%62.25
%9.80
%27.94

CMYK Percentages of Color #fe2872

%0
%84
%55
%0

Triadic Colors of #fe2872

#fe2872 #72fe28 #2872fe

Analogous Colors of #fe2872

#fe2872 #fe4928 #fe28dd

Monochromatic Colors of #fe2872

#fe2872

Complementary Color

#fe2872 #28feb4

#fe2872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2872 Color CSS Codes

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

#fe2872 Text Font Color

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

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


#fe2872 Background Color

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

This div background color is #fe2872


#fe2872 Border Color

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

This div border color is #fe2872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2872


Comments

No comments written yet.

Please login to write comment.