Color Hex Logo

#e01fce Color Hex

#E01FCE
(224,31,206)
0 Favorites   0 Comments

Color spaces of #e01fce

RGB 22431206
HSL0.850.760.50
HSV306°86°88°
CMYK 0.000.860.08   0.12
XYZ42.371021.283560.2674
Yxy21.28350.34190.1717
Hunter Lab46.134083.2056-45.1599
CIE-Lab53.258483.4286-44.8007

#e01fce color RGB value is (224,31,206).

#e01fce hex color red value is 224, green value is 31 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e01fce hue: 0.85 , saturation: 0.76 and the lightness value of e01fce is 0.50.

The process color (four color CMYK) of #e01fce color hex is 0.00, 0.86, 0.08, 0.12. Web safe color of #e01fce is #cc33cc. Color #e01fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011111 11001110
Octal 340 37 316
Decimal 224 31 206
Hex E0 1F CE

RGB Percentages of Color #e01fce

%48.59
%6.72
%44.69

CMYK Percentages of Color #e01fce

%0
%86
%8
%12

Triadic Colors of #e01fce

#e01fce #cee01f #1fcee0

Analogous Colors of #e01fce

#e01fce #e01f6e #921fe0

Monochromatic Colors of #e01fce

#e01fce

Complementary Color

#e01fce #1fe031

#e01fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01fce Color CSS Codes

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

#e01fce Text Font Color

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

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


#e01fce Background Color

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

This div background color is #e01fce


#e01fce Border Color

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

This div border color is #e01fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,31,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e01fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e01fce;
  -webkit-box-shadow: 1px 1px 3px 2px #e01fce;
  box-shadow:         1px 1px 3px 2px #e01fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,31,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01fce


Comments

No comments written yet.

Please login to write comment.