Color Hex Logo

#fe255b Color Hex

#FE255B
(254,37,91)
0 Favorites   0 Comments

Color spaces of #fe255b

RGB 2543791
HSL0.960.990.57
HSV345°85°100°
CMYK 0.000.850.64   0.00
XYZ43.422923.149312.0771
Yxy23.14930.55210.2943
Hunter Lab48.113776.898218.7971
CIE-Lab55.225878.083426.7088

#fe255b color RGB value is (254,37,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 01011011
Octal 376 45 133
Decimal 254 37 91
Hex FE 25 5B

RGB Percentages of Color #fe255b

%66.49
%9.69
%23.82

CMYK Percentages of Color #fe255b

%0
%85
%64
%0

Triadic Colors of #fe255b

#fe255b #5bfe25 #255bfe

Analogous Colors of #fe255b

#fe255b #fe5c25 #fe25c8

Monochromatic Colors of #fe255b

#fe255b

Complementary Color

#fe255b #25fec8

#fe255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe255b Color CSS Codes

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

#fe255b Text Font Color

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

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


#fe255b Background Color

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

This div background color is #fe255b


#fe255b Border Color

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

This div border color is #fe255b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe255b

Related Colors


Comments

No comments written yet.

Please login to write comment.