Color Hex Logo

#fe357b Color Hex

#FE357B
(254,53,123)
0 Favorites   0 Comments

Color spaces of #fe357b

RGB 25453123
HSL0.940.990.60
HSV339°79°100°
CMYK 0.000.790.52   0.00
XYZ45.721325.047121.1637
Yxy25.04710.49730.2725
Hunter Lab50.047175.48919.9606
CIE-Lab57.121376.591010.2182

#fe357b color RGB value is (254,53,123).

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

The process color (four color CMYK) of #fe357b color hex is 0.00, 0.79, 0.52, 0.00. Web safe color of #fe357b is #ff3366. Color #fe357b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 01111011
Octal 376 65 173
Decimal 254 53 123
Hex FE 35 7B

RGB Percentages of Color #fe357b

%59.07
%12.33
%28.60

CMYK Percentages of Color #fe357b

%0
%79
%52
%0

Triadic Colors of #fe357b

#fe357b #7bfe35 #357bfe

Analogous Colors of #fe357b

#fe357b #fe5435 #fe35e0

Monochromatic Colors of #fe357b

#fe357b

Complementary Color

#fe357b #35feb8

#fe357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe357b Color CSS Codes

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

#fe357b Text Font Color

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

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


#fe357b Background Color

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

This div background color is #fe357b


#fe357b Border Color

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

This div border color is #fe357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe357b


Comments

No comments written yet.

Please login to write comment.