Color Hex Logo

#fe258d Color Hex

#FE258D
(254,37,141)
0 Favorites   0 Comments

Color spaces of #fe258d

RGB 25437141
HSL0.920.990.57
HSV331°85°100°
CMYK 0.000.850.44   0.00
XYZ46.342324.317127.4504
Yxy24.31710.47240.2479
Hunter Lab49.312481.45231.5141
CIE-Lab56.403981.4490-1.5111

#fe258d color RGB value is (254,37,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 10001101
Octal 376 45 215
Decimal 254 37 141
Hex FE 25 8D

RGB Percentages of Color #fe258d

%58.80
%8.56
%32.64

CMYK Percentages of Color #fe258d

%0
%85
%44
%0

Triadic Colors of #fe258d

#fe258d #8dfe25 #258dfe

Analogous Colors of #fe258d

#fe258d #fe2a25 #fe25fa

Monochromatic Colors of #fe258d

#fe258d

Complementary Color

#fe258d #25fe96

#fe258d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe258d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe258d Color CSS Codes

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

#fe258d Text Font Color

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

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


#fe258d Background Color

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

This div background color is #fe258d


#fe258d Border Color

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

This div border color is #fe258d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe258d

Related Colors


Comments

No comments written yet.

Please login to write comment.