Color Hex Logo

#fe358b Color Hex

#FE358B
(254,53,139)
0 Favorites   0 Comments

Color spaces of #fe358b

RGB 25453139
HSL0.930.990.60
HSV334°79°100°
CMYK 0.000.790.45   0.00
XYZ46.806425.481126.8775
Yxy25.48110.47200.2570
Hunter Lab50.478877.17593.7661
CIE-Lab57.541277.85611.3349

#fe358b color RGB value is (254,53,139).

#fe358b hex color red value is 254, green value is 53 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fe358b hue: 0.93 , saturation: 0.99 and the lightness value of fe358b is 0.60.

The process color (four color CMYK) of #fe358b color hex is 0.00, 0.79, 0.45, 0.00. Web safe color of #fe358b is #ff3399. Color #fe358b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 10001011
Octal 376 65 213
Decimal 254 53 139
Hex FE 35 8B

RGB Percentages of Color #fe358b

%56.95
%11.88
%31.17

CMYK Percentages of Color #fe358b

%0
%79
%45
%0

Triadic Colors of #fe358b

#fe358b #8bfe35 #358bfe

Analogous Colors of #fe358b

#fe358b #fe4335 #fe35f0

Monochromatic Colors of #fe358b

#fe358b

Complementary Color

#fe358b #35fea8

#fe358b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe358b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe358b Color CSS Codes

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

#fe358b Text Font Color

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

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


#fe358b Background Color

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

This div background color is #fe358b


#fe358b Border Color

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

This div border color is #fe358b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe358b

Related Colors


Comments

No comments written yet.

Please login to write comment.