Color Hex Logo

#e51deb Color Hex

#E51DEB
(229,29,235)
0 Favorites   0 Comments

Color spaces of #e51deb

RGB 22929235
HSL0.830.840.52
HSV298°88°92°
CMYK 0.030.880.00   0.08
XYZ47.747923.534980.6234
Yxy23.53490.31430.1549
Hunter Lab48.512890.7883-64.5751
CIE-Lab55.619188.7710-57.4570

#e51deb color RGB value is (229,29,235).

#e51deb hex color red value is 229, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e51deb hue: 0.83 , saturation: 0.84 and the lightness value of e51deb is 0.52.

The process color (four color CMYK) of #e51deb color hex is 0.03, 0.88, 0.00, 0.08. Web safe color of #e51deb is #cc33ff. Color #e51deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011101 11101011
Octal 345 35 353
Decimal 229 29 235
Hex E5 1D EB

RGB Percentages of Color #e51deb

%46.45
%5.88
%47.67

CMYK Percentages of Color #e51deb

%3
%88
%0
%8

Triadic Colors of #e51deb

#e51deb #ebe51d #1debe5

Analogous Colors of #e51deb

#e51deb #eb1d8a #7e1deb

Monochromatic Colors of #e51deb

#e51deb

Complementary Color

#e51deb #23eb1d

#e51deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51deb Color CSS Codes

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

#e51deb Text Font Color

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

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


#e51deb Background Color

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

This div background color is #e51deb


#e51deb Border Color

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

This div border color is #e51deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51deb


Comments

No comments written yet.

Please login to write comment.