Color Hex Logo

#e61cfe Color Hex

#E61CFE
(230,28,254)
0 Favorites   0 Comments

Color spaces of #e61cfe

RGB 23028254
HSL0.820.990.55
HSV294°89°100°
CMYK 0.090.890.00   0.00
XYZ50.937824.809395.8699
Yxy24.80930.29680.1446
Hunter Lab49.808995.3799-79.2524
CIE-Lab56.889191.9578-66.0211

#e61cfe color RGB value is (230,28,254).

#e61cfe hex color red value is 230, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e61cfe hue: 0.82 , saturation: 0.99 and the lightness value of e61cfe is 0.55.

The process color (four color CMYK) of #e61cfe color hex is 0.09, 0.89, 0.00, 0.00. Web safe color of #e61cfe is #ff33ff. Color #e61cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011100 11111110
Octal 346 34 376
Decimal 230 28 254
Hex E6 1C FE

RGB Percentages of Color #e61cfe

%44.92
%5.47
%49.61

CMYK Percentages of Color #e61cfe

%9
%89
%0
%0

Triadic Colors of #e61cfe

#e61cfe #fee61c #1cfee6

Analogous Colors of #e61cfe

#e61cfe #fe1ca5 #751cfe

Monochromatic Colors of #e61cfe

#e61cfe

Complementary Color

#e61cfe #34fe1c

#e61cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61cfe Color CSS Codes

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

#e61cfe Text Font Color

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

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


#e61cfe Background Color

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

This div background color is #e61cfe


#e61cfe Border Color

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

This div border color is #e61cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.