Color Hex Logo

#fe254d Color Hex

#FE254D
(254,37,77)
0 Favorites   0 Comments

Color spaces of #fe254d

RGB 2543777
HSL0.970.990.57
HSV349°85°100°
CMYK 0.000.850.70   0.00
XYZ42.874222.92989.1873
Yxy22.92980.57170.3058
Hunter Lab47.885176.022222.1441
CIE-Lab55.000077.427934.6922

#fe254d color RGB value is (254,37,77).

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

The process color (four color CMYK) of #fe254d color hex is 0.00, 0.85, 0.70, 0.00. Web safe color of #fe254d is #ff3366. Color #fe254d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 01001101
Octal 376 45 115
Decimal 254 37 77
Hex FE 25 4D

RGB Percentages of Color #fe254d

%69.02
%10.05
%20.92

CMYK Percentages of Color #fe254d

%0
%85
%70
%0

Triadic Colors of #fe254d

#fe254d #4dfe25 #254dfe

Analogous Colors of #fe254d

#fe254d #fe6a25 #fe25ba

Monochromatic Colors of #fe254d

#fe254d

Complementary Color

#fe254d #25fed6

#fe254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe254d Color CSS Codes

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

#fe254d Text Font Color

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

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


#fe254d Background Color

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

This div background color is #fe254d


#fe254d Border Color

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

This div border color is #fe254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe254d


Comments

No comments written yet.

Please login to write comment.