Color Hex Logo

#fe3eec Color Hex

#FE3EEC
(254,62,236)
0 Favorites   0 Comments

Color spaces of #fe3eec

RGB 25462236
HSL0.850.990.62
HSV306°76°100°
CMYK 0.000.760.07   0.00
XYZ57.736030.572282.2149
Yxy30.57220.33860.1793
Hunter Lab55.292189.6283-49.4549
CIE-Lab62.144886.6227-47.3886

#fe3eec color RGB value is (254,62,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111110 11101100
Octal 376 76 354
Decimal 254 62 236
Hex FE 3E EC

RGB Percentages of Color #fe3eec

%46.01
%11.23
%42.75

CMYK Percentages of Color #fe3eec

%0
%76
%7
%0

Triadic Colors of #fe3eec

#fe3eec #ecfe3e #3eecfe

Analogous Colors of #fe3eec

#fe3eec #fe3e8c #b03efe

Monochromatic Colors of #fe3eec

#fe3eec

Complementary Color

#fe3eec #3efe50

#fe3eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3eec Color CSS Codes

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

#fe3eec Text Font Color

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

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


#fe3eec Background Color

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

This div background color is #fe3eec


#fe3eec Border Color

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

This div border color is #fe3eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3eec

Related Colors


Comments

No comments written yet.

Please login to write comment.