Color Hex Logo

#e05cdb Color Hex

#E05CDB
(224,92,219)
0 Favorites   0 Comments

Color spaces of #e05cdb

RGB 22492219
HSL0.840.680.62
HSV302°59°88°
CMYK 0.000.590.02   0.12
XYZ47.353828.616170.0455
Yxy28.61610.32430.1960
Hunter Lab53.494064.3967-40.1890
CIE-Lab60.441366.8889-40.8560

#e05cdb color RGB value is (224,92,219).

#e05cdb hex color red value is 224, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e05cdb hue: 0.84 , saturation: 0.68 and the lightness value of e05cdb is 0.62.

The process color (four color CMYK) of #e05cdb color hex is 0.00, 0.59, 0.02, 0.12. Web safe color of #e05cdb is #cc66cc. Color #e05cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11011011
Octal 340 134 333
Decimal 224 92 219
Hex E0 5C DB

RGB Percentages of Color #e05cdb

%41.87
%17.20
%40.93

CMYK Percentages of Color #e05cdb

%0
%59
%2
%12

Triadic Colors of #e05cdb

#e05cdb #dbe05c #5cdbe0

Analogous Colors of #e05cdb

#e05cdb #e05c99 #a35ce0

Monochromatic Colors of #e05cdb

#e05cdb

Complementary Color

#e05cdb #5ce061

#e05cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cdb Color CSS Codes

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

#e05cdb Text Font Color

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

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


#e05cdb Background Color

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

This div background color is #e05cdb


#e05cdb Border Color

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

This div border color is #e05cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cdb


Comments

No comments written yet.

Please login to write comment.