Color Hex Logo

#e31ebd Color Hex

#E31EBD
(227,30,189)
0 Favorites   0 Comments

Color spaces of #e31ebd

RGB 22730189
HSL0.870.780.50
HSV312°87°89°
CMYK 0.000.870.17   0.11
XYZ41.328120.933650.0065
Yxy20.93360.36810.1865
Hunter Lab45.753381.1677-32.7744
CIE-Lab52.876781.9137-35.5539

#e31ebd color RGB value is (227,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 10111101
Octal 343 36 275
Decimal 227 30 189
Hex E3 1E BD

RGB Percentages of Color #e31ebd

%50.90
%6.73
%42.38

CMYK Percentages of Color #e31ebd

%0
%87
%17
%11

Triadic Colors of #e31ebd

#e31ebd #bde31e #1ebde3

Analogous Colors of #e31ebd

#e31ebd #e31e5b #a71ee3

Monochromatic Colors of #e31ebd

#e31ebd

Complementary Color

#e31ebd #1ee344

#e31ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31ebd Color CSS Codes

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

#e31ebd Text Font Color

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

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


#e31ebd Background Color

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

This div background color is #e31ebd


#e31ebd Border Color

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

This div border color is #e31ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31ebd


Comments

No comments written yet.

Please login to write comment.