Color Hex Logo

#fe29ec Color Hex

#FE29EC
(254,41,236)
0 Favorites   0 Comments

Color spaces of #fe29ec

RGB 25441236
HSL0.850.990.58
HSV305°84°100°
CMYK 0.000.840.07   0.00
XYZ56.806328.712881.9050
Yxy28.71280.33930.1715
Hunter Lab53.584395.4605-53.1172
CIE-Lab60.527391.3095-49.9483

#fe29ec color RGB value is (254,41,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 11101100
Octal 376 51 354
Decimal 254 41 236
Hex FE 29 EC

RGB Percentages of Color #fe29ec

%47.83
%7.72
%44.44

CMYK Percentages of Color #fe29ec

%0
%84
%7
%0

Triadic Colors of #fe29ec

#fe29ec #ecfe29 #29ecfe

Analogous Colors of #fe29ec

#fe29ec #fe2982 #a629fe

Monochromatic Colors of #fe29ec

#fe29ec

Complementary Color

#fe29ec #29fe3b

#fe29ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29ec Color CSS Codes

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

#fe29ec Text Font Color

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

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


#fe29ec Background Color

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

This div background color is #fe29ec


#fe29ec Border Color

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

This div border color is #fe29ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29ec


Comments

No comments written yet.

Please login to write comment.