Color Hex Logo

#e31dbb Color Hex

#E31DBB
(227,29,187)
0 Favorites   0 Comments

Color spaces of #e31dbb

RGB 22729187
HSL0.870.780.50
HSV312°87°89°
CMYK 0.000.870.18   0.11
XYZ41.087620.797548.8625
Yxy20.79750.37100.1878
Hunter Lab45.604381.0138-31.6030
CIE-Lab52.727281.8223-34.6261

#e31dbb color RGB value is (227,29,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011101 10111011
Octal 343 35 273
Decimal 227 29 187
Hex E3 1D BB

RGB Percentages of Color #e31dbb

%51.24
%6.55
%42.21

CMYK Percentages of Color #e31dbb

%0
%87
%18
%11

Triadic Colors of #e31dbb

#e31dbb #bbe31d #1dbbe3

Analogous Colors of #e31dbb

#e31dbb #e31d58 #a81de3

Monochromatic Colors of #e31dbb

#e31dbb

Complementary Color

#e31dbb #1de345

#e31dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31dbb Color CSS Codes

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

#e31dbb Text Font Color

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

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


#e31dbb Background Color

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

This div background color is #e31dbb


#e31dbb Border Color

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

This div border color is #e31dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31dbb


Comments

No comments written yet.

Please login to write comment.