Color Hex Logo

#fe279d Color Hex

#FE279D
(254,39,157)
0 Favorites   0 Comments

Color spaces of #fe279d

RGB 25439157
HSL0.910.990.57
HSV327°85°100°
CMYK 0.000.850.38   0.00
XYZ47.684424.956234.2021
Yxy24.95620.44630.2336
Hunter Lab49.956282.9593-5.6231
CIE-Lab57.032782.5014-10.0362

#fe279d color RGB value is (254,39,157).

#fe279d hex color red value is 254, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fe279d hue: 0.91 , saturation: 0.99 and the lightness value of fe279d is 0.57.

The process color (four color CMYK) of #fe279d color hex is 0.00, 0.85, 0.38, 0.00. Web safe color of #fe279d is #ff3399. Color #fe279d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 10011101
Octal 376 47 235
Decimal 254 39 157
Hex FE 27 9D

RGB Percentages of Color #fe279d

%56.44
%8.67
%34.89

CMYK Percentages of Color #fe279d

%0
%85
%38
%0

Triadic Colors of #fe279d

#fe279d #9dfe27 #279dfe

Analogous Colors of #fe279d

#fe279d #fe2731 #f427fe

Monochromatic Colors of #fe279d

#fe279d

Complementary Color

#fe279d #27fe88

#fe279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe279d Color CSS Codes

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

#fe279d Text Font Color

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

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


#fe279d Background Color

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

This div background color is #fe279d


#fe279d Border Color

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

This div border color is #fe279d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe279d


Comments

No comments written yet.

Please login to write comment.