Color Hex Logo

#e34cdd Color Hex

#E34CDD
(227,76,221)
0 Favorites   0 Comments

Color spaces of #e34cdd

RGB 22776221
HSL0.840.730.59
HSV302°67°89°
CMYK 0.000.670.03   0.11
XYZ47.314126.720271.0704
Yxy26.72020.32610.1841
Hunter Lab51.691672.9235-45.3333
CIE-Lab58.714474.2215-44.6714

#e34cdd color RGB value is (227,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 11011101
Octal 343 114 335
Decimal 227 76 221
Hex E3 4C DD

RGB Percentages of Color #e34cdd

%43.32
%14.50
%42.18

CMYK Percentages of Color #e34cdd

%0
%67
%3
%11

Triadic Colors of #e34cdd

#e34cdd #dde34c #4cdde3

Analogous Colors of #e34cdd

#e34cdd #e34c92 #9e4ce3

Monochromatic Colors of #e34cdd

#e34cdd

Complementary Color

#e34cdd #4ce352

#e34cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34cdd Color CSS Codes

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

#e34cdd Text Font Color

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

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


#e34cdd Background Color

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

This div background color is #e34cdd


#e34cdd Border Color

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

This div border color is #e34cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e34cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34cdd


Comments

No comments written yet.

Please login to write comment.