Color Hex Logo

#e71cea Color Hex

#E71CEA
(231,28,234)
0 Favorites   0 Comments

Color spaces of #e71cea

RGB 23128234
HSL0.830.830.51
HSV299°88°92°
CMYK 0.010.880.00   0.08
XYZ48.221523.759979.8865
Yxy23.75990.31750.1565
Hunter Lab48.744191.2839-63.0492
CIE-Lab55.846689.1001-56.5118

#e71cea color RGB value is (231,28,234).

#e71cea hex color red value is 231, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e71cea hue: 0.83 , saturation: 0.83 and the lightness value of e71cea is 0.51.

The process color (four color CMYK) of #e71cea color hex is 0.01, 0.88, 0.00, 0.08. Web safe color of #e71cea is #ff33ff. Color #e71cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011100 11101010
Octal 347 34 352
Decimal 231 28 234
Hex E7 1C EA

RGB Percentages of Color #e71cea

%46.86
%5.68
%47.46

CMYK Percentages of Color #e71cea

%1
%88
%0
%8

Triadic Colors of #e71cea

#e71cea #eae71c #1ceae7

Analogous Colors of #e71cea

#e71cea #ea1c86 #801cea

Monochromatic Colors of #e71cea

#e71cea

Complementary Color

#e71cea #1fea1c

#e71cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71cea Color CSS Codes

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

#e71cea Text Font Color

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

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


#e71cea Background Color

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

This div background color is #e71cea


#e71cea Border Color

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

This div border color is #e71cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71cea


Comments

No comments written yet.

Please login to write comment.