Color Hex Logo

#e51ddb Color Hex

#E51DDB
(229,29,219)
0 Favorites   0 Comments

Color spaces of #e51ddb

RGB 22929219
HSL0.840.790.51
HSV303°87°90°
CMYK 0.000.870.04   0.10
XYZ45.538622.651268.9898
Yxy22.65120.33200.1651
Hunter Lab47.593387.5056-52.6297
CIE-Lab54.711286.4567-49.8637

#e51ddb color RGB value is (229,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011101 11011011
Octal 345 35 333
Decimal 229 29 219
Hex E5 1D DB

RGB Percentages of Color #e51ddb

%48.01
%6.08
%45.91

CMYK Percentages of Color #e51ddb

%0
%87
%4
%10

Triadic Colors of #e51ddb

#e51ddb #dbe51d #1ddbe5

Analogous Colors of #e51ddb

#e51ddb #e51d77 #8b1de5

Monochromatic Colors of #e51ddb

#e51ddb

Complementary Color

#e51ddb #1de527

#e51ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51ddb Color CSS Codes

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

#e51ddb Text Font Color

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

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


#e51ddb Background Color

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

This div background color is #e51ddb


#e51ddb Border Color

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

This div border color is #e51ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51ddb


Comments

No comments written yet.

Please login to write comment.