Color Hex Logo

#e31eef Color Hex

#E31EEF
(227,30,239)
0 Favorites   0 Comments

Color spaces of #e31eef

RGB 22730239
HSL0.820.870.53
HSV297°87°94°
CMYK 0.050.870.00   0.06
XYZ47.722823.491483.6804
Yxy23.49140.30810.1517
Hunter Lab48.467990.9369-68.4373
CIE-Lab55.574988.8916-59.7917

#e31eef color RGB value is (227,30,239).

#e31eef hex color red value is 227, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e31eef hue: 0.82 , saturation: 0.87 and the lightness value of e31eef is 0.53.

The process color (four color CMYK) of #e31eef color hex is 0.05, 0.87, 0.00, 0.06. Web safe color of #e31eef is #cc33ff. Color #e31eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 11101111
Octal 343 36 357
Decimal 227 30 239
Hex E3 1E EF

RGB Percentages of Color #e31eef

%45.77
%6.05
%48.19

CMYK Percentages of Color #e31eef

%5
%87
%0
%6

Triadic Colors of #e31eef

#e31eef #efe31e #1eefe3

Analogous Colors of #e31eef

#e31eef #ef1e93 #7b1eef

Monochromatic Colors of #e31eef

#e31eef

Complementary Color

#e31eef #2aef1e

#e31eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31eef Color CSS Codes

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

#e31eef Text Font Color

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

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


#e31eef Background Color

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

This div background color is #e31eef


#e31eef Border Color

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

This div border color is #e31eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,30,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31eef


Comments

No comments written yet.

Please login to write comment.