Color Hex Logo

#e55fdb Color Hex

#E55FDB
(229,95,219)
0 Favorites   0 Comments

Color spaces of #e55fdb

RGB 22995219
HSL0.850.720.64
HSV304°59°90°
CMYK 0.000.590.04   0.10
XYZ49.191529.956970.2074
Yxy29.95690.32940.2006
Hunter Lab54.732964.6453-37.7399
CIE-Lab61.617066.8838-38.9619

#e55fdb color RGB value is (229,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11011011
Octal 345 137 333
Decimal 229 95 219
Hex E5 5F DB

RGB Percentages of Color #e55fdb

%42.17
%17.50
%40.33

CMYK Percentages of Color #e55fdb

%0
%59
%4
%10

Triadic Colors of #e55fdb

#e55fdb #dbe55f #5fdbe5

Analogous Colors of #e55fdb

#e55fdb #e55f98 #ac5fe5

Monochromatic Colors of #e55fdb

#e55fdb

Complementary Color

#e55fdb #5fe569

#e55fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fdb Color CSS Codes

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

#e55fdb Text Font Color

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

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


#e55fdb Background Color

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

This div background color is #e55fdb


#e55fdb Border Color

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

This div border color is #e55fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fdb


Comments

No comments written yet.

Please login to write comment.