Color Hex Logo

#fe5fec Color Hex

#FE5FEC
(254,95,236)
0 Favorites   0 Comments

Color spaces of #fe5fec

RGB 25495236
HSL0.850.990.68
HSV307°63°100°
CMYK 0.000.630.07   0.00
XYZ60.105635.311483.0047
Yxy35.31140.33690.1979
Hunter Lab59.423476.5583-41.2220
CIE-Lab65.990475.7626-41.3396

#fe5fec color RGB value is (254,95,236).

#fe5fec hex color red value is 254, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fe5fec hue: 0.85 , saturation: 0.99 and the lightness value of fe5fec is 0.68.

The process color (four color CMYK) of #fe5fec color hex is 0.00, 0.63, 0.07, 0.00. Web safe color of #fe5fec is #ff66ff. Color #fe5fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011111 11101100
Octal 376 137 354
Decimal 254 95 236
Hex FE 5F EC

RGB Percentages of Color #fe5fec

%43.42
%16.24
%40.34

CMYK Percentages of Color #fe5fec

%0
%63
%7
%0

Triadic Colors of #fe5fec

#fe5fec #ecfe5f #5fecfe

Analogous Colors of #fe5fec

#fe5fec #fe5f9d #c15ffe

Monochromatic Colors of #fe5fec

#fe5fec

Complementary Color

#fe5fec #5ffe71

#fe5fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5fec Color CSS Codes

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

#fe5fec Text Font Color

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

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


#fe5fec Background Color

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

This div background color is #fe5fec


#fe5fec Border Color

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

This div border color is #fe5fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5fec


Comments

No comments written yet.

Please login to write comment.