Color Hex Logo

#e34cdb Color Hex

#E34CDB
(227,76,219)
0 Favorites   0 Comments

Color spaces of #e34cdb

RGB 22776219
HSL0.840.730.59
HSV303°67°89°
CMYK 0.000.670.04   0.11
XYZ47.049226.614269.6751
Yxy26.61420.32820.1857
Hunter Lab51.589072.5116-43.9637
CIE-Lab58.615573.9070-43.6991

#e34cdb color RGB value is (227,76,219).

#e34cdb hex color red value is 227, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e34cdb hue: 0.84 , saturation: 0.73 and the lightness value of e34cdb is 0.59.

The process color (four color CMYK) of #e34cdb color hex is 0.00, 0.67, 0.04, 0.11. Web safe color of #e34cdb is #cc33cc. Color #e34cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 11011011
Octal 343 114 333
Decimal 227 76 219
Hex E3 4C DB

RGB Percentages of Color #e34cdb

%43.49
%14.56
%41.95

CMYK Percentages of Color #e34cdb

%0
%67
%4
%11

Triadic Colors of #e34cdb

#e34cdb #dbe34c #4cdbe3

Analogous Colors of #e34cdb

#e34cdb #e34c90 #a04ce3

Monochromatic Colors of #e34cdb

#e34cdb

Complementary Color

#e34cdb #4ce354

#e34cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34cdb Color CSS Codes

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

#e34cdb Text Font Color

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

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


#e34cdb Background Color

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

This div background color is #e34cdb


#e34cdb Border Color

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

This div border color is #e34cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34cdb


Comments

No comments written yet.

Please login to write comment.