Color Hex Logo

#fe215c Color Hex

#FE215C
(254,33,92)
0 Favorites   0 Comments

Color spaces of #fe215c

RGB 2543392
HSL0.960.990.56
HSV344°87°100°
CMYK 0.000.870.64   0.00
XYZ43.348722.931312.2667
Yxy22.93130.55190.2919
Hunter Lab47.886677.783018.3328
CIE-Lab55.001578.830725.8219

#fe215c color RGB value is (254,33,92).

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

The process color (four color CMYK) of #fe215c color hex is 0.00, 0.87, 0.64, 0.00. Web safe color of #fe215c is #ff3366. Color #fe215c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 01011100
Octal 376 41 134
Decimal 254 33 92
Hex FE 21 5C

RGB Percentages of Color #fe215c

%67.02
%8.71
%24.27

CMYK Percentages of Color #fe215c

%0
%87
%64
%0

Triadic Colors of #fe215c

#fe215c #5cfe21 #215cfe

Analogous Colors of #fe215c

#fe215c #fe5421 #fe21cb

Monochromatic Colors of #fe215c

#fe215c

Complementary Color

#fe215c #21fec3

#fe215c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe215c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe215c Color CSS Codes

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

#fe215c Text Font Color

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

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


#fe215c Background Color

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

This div background color is #fe215c


#fe215c Border Color

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

This div border color is #fe215c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe215c

Related Colors


Comments

No comments written yet.

Please login to write comment.