Color Hex Logo

#e20ecd Color Hex

#E20ECD
(226,14,205)
0 Favorites   0 Comments

Color spaces of #e20ecd

RGB 22614205
HSL0.850.880.47
HSV306°94°89°
CMYK 0.000.940.09   0.11
XYZ42.540520.890659.5478
Yxy20.89060.34590.1699
Hunter Lab45.706286.1507-45.2509
CIE-Lab52.829685.7856-44.8839

#e20ecd color RGB value is (226,14,205).

#e20ecd hex color red value is 226, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e20ecd hue: 0.85 , saturation: 0.88 and the lightness value of e20ecd is 0.47.

The process color (four color CMYK) of #e20ecd color hex is 0.00, 0.94, 0.09, 0.11. Web safe color of #e20ecd is #cc00cc. Color #e20ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001110 11001101
Octal 342 16 315
Decimal 226 14 205
Hex E2 E CD

RGB Percentages of Color #e20ecd

%50.79
%3.15
%46.07

CMYK Percentages of Color #e20ecd

%0
%94
%9
%11

Triadic Colors of #e20ecd

#e20ecd #cde20e #0ecde2

Analogous Colors of #e20ecd

#e20ecd #e20e63 #8d0ee2

Monochromatic Colors of #e20ecd

#e20ecd

Complementary Color

#e20ecd #0ee223

#e20ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20ecd Color CSS Codes

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

#e20ecd Text Font Color

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

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


#e20ecd Background Color

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

This div background color is #e20ecd


#e20ecd Border Color

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

This div border color is #e20ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,14,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e20ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e20ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #e20ecd;
  box-shadow:         1px 1px 3px 2px #e20ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,14,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20ecd


Comments

No comments written yet.

Please login to write comment.