Color Hex Logo

#fe20ec Color Hex

#FE20EC
(254,32,236)
0 Favorites   0 Comments

Color spaces of #fe20ec

RGB 25432236
HSL0.850.990.56
HSV305°87°100°
CMYK 0.000.870.07   0.00
XYZ56.529928.160081.8128
Yxy28.16000.33950.1691
Hunter Lab53.066097.2862-54.2623
CIE-Lab60.033092.7559-50.7323

#fe20ec color RGB value is (254,32,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 11101100
Octal 376 40 354
Decimal 254 32 236
Hex FE 20 EC

RGB Percentages of Color #fe20ec

%48.66
%6.13
%45.21

CMYK Percentages of Color #fe20ec

%0
%87
%7
%0

Triadic Colors of #fe20ec

#fe20ec #ecfe20 #20ecfe

Analogous Colors of #fe20ec

#fe20ec #fe207d #a120fe

Monochromatic Colors of #fe20ec

#fe20ec

Complementary Color

#fe20ec #20fe32

#fe20ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe20ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe20ec Color CSS Codes

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

#fe20ec Text Font Color

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

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


#fe20ec Background Color

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

This div background color is #fe20ec


#fe20ec Border Color

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

This div border color is #fe20ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe20ec


Comments

No comments written yet.

Please login to write comment.