Color Hex Logo

#e50cdb Color Hex

#E50CDB
(229,12,219)
0 Favorites   0 Comments

Color spaces of #e50cdb

RGB 22912219
HSL0.840.900.47
HSV303°95°90°
CMYK 0.000.950.04   0.10
XYZ45.230822.035468.8872
Yxy22.03540.33220.1618
Hunter Lab46.941989.8452-54.1488
CIE-Lab54.064588.3606-50.8935

#e50cdb color RGB value is (229,12,219).

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

The process color (four color CMYK) of #e50cdb color hex is 0.00, 0.95, 0.04, 0.10. Web safe color of #e50cdb is #cc00cc. Color #e50cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001100 11011011
Octal 345 14 333
Decimal 229 12 219
Hex E5 C DB

RGB Percentages of Color #e50cdb

%49.78
%2.61
%47.61

CMYK Percentages of Color #e50cdb

%0
%95
%4
%10

Triadic Colors of #e50cdb

#e50cdb #dbe50c #0cdbe5

Analogous Colors of #e50cdb

#e50cdb #e50c6f #830ce5

Monochromatic Colors of #e50cdb

#e50cdb

Complementary Color

#e50cdb #0ce516

#e50cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50cdb Color CSS Codes

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

#e50cdb Text Font Color

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

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


#e50cdb Background Color

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

This div background color is #e50cdb


#e50cdb Border Color

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

This div border color is #e50cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50cdb


Comments

No comments written yet.

Please login to write comment.