Color Hex Logo

#fe2cec Color Hex

#FE2CEC
(254,44,236)
0 Favorites   0 Comments

Color spaces of #fe2cec

RGB 25444236
HSL0.850.990.58
HSV305°83°100°
CMYK 0.000.830.07   0.00
XYZ56.914128.928381.9409
Yxy28.92830.33920.1724
Hunter Lab53.785094.7608-52.6781
CIE-Lab60.718390.7526-49.6456

#fe2cec color RGB value is (254,44,236).

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

The process color (four color CMYK) of #fe2cec color hex is 0.00, 0.83, 0.07, 0.00. Web safe color of #fe2cec is #ff33ff. Color #fe2cec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101100 11101100
Octal 376 54 354
Decimal 254 44 236
Hex FE 2C EC

RGB Percentages of Color #fe2cec

%47.57
%8.24
%44.19

CMYK Percentages of Color #fe2cec

%0
%83
%7
%0

Triadic Colors of #fe2cec

#fe2cec #ecfe2c #2cecfe

Analogous Colors of #fe2cec

#fe2cec #fe2c83 #a72cfe

Monochromatic Colors of #fe2cec

#fe2cec

Complementary Color

#fe2cec #2cfe3e

#fe2cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2cec Color CSS Codes

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

#fe2cec Text Font Color

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

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


#fe2cec Background Color

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

This div background color is #fe2cec


#fe2cec Border Color

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

This div border color is #fe2cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,44,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 #fe2cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2cec

Related Colors


Comments

No comments written yet.

Please login to write comment.