Color Hex Logo

#e31cec Color Hex

#E31CEC
(227,28,236)
0 Favorites   0 Comments

Color spaces of #e31cec

RGB 22728236
HSL0.830.850.52
HSV297°88°93°
CMYK 0.040.880.00   0.07
XYZ47.234123.217581.3488
Yxy23.21750.31120.1529
Hunter Lab48.184590.6561-66.3687
CIE-Lab55.295788.7342-58.5557

#e31cec color RGB value is (227,28,236).

#e31cec hex color red value is 227, green value is 28 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e31cec hue: 0.83 , saturation: 0.85 and the lightness value of e31cec is 0.52.

The process color (four color CMYK) of #e31cec color hex is 0.04, 0.88, 0.00, 0.07. Web safe color of #e31cec is #cc33ff. Color #e31cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011100 11101100
Octal 343 34 354
Decimal 227 28 236
Hex E3 1C EC

RGB Percentages of Color #e31cec

%46.23
%5.70
%48.07

CMYK Percentages of Color #e31cec

%4
%88
%0
%7

Triadic Colors of #e31cec

#e31cec #ece31c #1cece3

Analogous Colors of #e31cec

#e31cec #ec1c8d #7b1cec

Monochromatic Colors of #e31cec

#e31cec

Complementary Color

#e31cec #25ec1c

#e31cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31cec Color CSS Codes

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

#e31cec Text Font Color

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

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


#e31cec Background Color

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

This div background color is #e31cec


#e31cec Border Color

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

This div border color is #e31cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31cec


Comments

No comments written yet.

Please login to write comment.