Color Hex Logo

#e55ddb Color Hex

#E55DDB
(229,93,219)
0 Favorites   0 Comments

Color spaces of #e55ddb

RGB 22993219
HSL0.850.720.63
HSV304°59°90°
CMYK 0.000.590.04   0.10
XYZ49.013629.601270.1481
Yxy29.60120.32950.1990
Hunter Lab54.407065.5930-38.3590
CIE-Lab61.308667.7287-39.4450

#e55ddb color RGB value is (229,93,219).

#e55ddb hex color red value is 229, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e55ddb hue: 0.85 , saturation: 0.72 and the lightness value of e55ddb is 0.63.

The process color (four color CMYK) of #e55ddb color hex is 0.00, 0.59, 0.04, 0.10. Web safe color of #e55ddb is #cc66cc. Color #e55ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 11011011
Octal 345 135 333
Decimal 229 93 219
Hex E5 5D DB

RGB Percentages of Color #e55ddb

%42.33
%17.19
%40.48

CMYK Percentages of Color #e55ddb

%0
%59
%4
%10

Triadic Colors of #e55ddb

#e55ddb #dbe55d #5ddbe5

Analogous Colors of #e55ddb

#e55ddb #e55d97 #ab5de5

Monochromatic Colors of #e55ddb

#e55ddb

Complementary Color

#e55ddb #5de567

#e55ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ddb Color CSS Codes

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

#e55ddb Text Font Color

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

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


#e55ddb Background Color

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

This div background color is #e55ddb


#e55ddb Border Color

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

This div border color is #e55ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,93,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 #e55ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ddb


Comments

No comments written yet.

Please login to write comment.