Color Hex Logo

#e31ecb Color Hex

#E31ECB
(227,30,203)
0 Favorites   0 Comments

Color spaces of #e31ecb

RGB 22730203
HSL0.850.780.50
HSV307°87°89°
CMYK 0.000.870.11   0.11
XYZ42.922321.571258.4013
Yxy21.57120.34930.1755
Hunter Lab46.444883.6836-42.0419
CIE-Lab53.569183.7389-42.5524

#e31ecb color RGB value is (227,30,203).

#e31ecb hex color red value is 227, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e31ecb hue: 0.85 , saturation: 0.78 and the lightness value of e31ecb is 0.50.

The process color (four color CMYK) of #e31ecb color hex is 0.00, 0.87, 0.11, 0.11. Web safe color of #e31ecb is #cc33cc. Color #e31ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 11001011
Octal 343 36 313
Decimal 227 30 203
Hex E3 1E CB

RGB Percentages of Color #e31ecb

%49.35
%6.52
%44.13

CMYK Percentages of Color #e31ecb

%0
%87
%11
%11

Triadic Colors of #e31ecb

#e31ecb #cbe31e #1ecbe3

Analogous Colors of #e31ecb

#e31ecb #e31e69 #991ee3

Monochromatic Colors of #e31ecb

#e31ecb

Complementary Color

#e31ecb #1ee336

#e31ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31ecb Color CSS Codes

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

#e31ecb Text Font Color

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

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


#e31ecb Background Color

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

This div background color is #e31ecb


#e31ecb Border Color

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

This div border color is #e31ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31ecb


Comments

No comments written yet.

Please login to write comment.