Color Hex Logo

#e21dcd Color Hex

#E21DCD
(226,29,205)
0 Favorites   0 Comments

Color spaces of #e21dcd

RGB 22629205
HSL0.850.770.50
HSV306°87°89°
CMYK 0.000.870.09   0.11
XYZ42.822821.455359.6419
Yxy21.45530.34560.1731
Hunter Lab46.319983.9638-43.9185
CIE-Lab53.444283.9803-43.9102

#e21dcd color RGB value is (226,29,205).

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

The process color (four color CMYK) of #e21dcd color hex is 0.00, 0.87, 0.09, 0.11. Web safe color of #e21dcd is #cc33cc. Color #e21dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011101 11001101
Octal 342 35 315
Decimal 226 29 205
Hex E2 1D CD

RGB Percentages of Color #e21dcd

%49.13
%6.30
%44.57

CMYK Percentages of Color #e21dcd

%0
%87
%9
%11

Triadic Colors of #e21dcd

#e21dcd #cde21d #1dcde2

Analogous Colors of #e21dcd

#e21dcd #e21d6b #951de2

Monochromatic Colors of #e21dcd

#e21dcd

Complementary Color

#e21dcd #1de232

#e21dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21dcd Color CSS Codes

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

#e21dcd Text Font Color

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

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


#e21dcd Background Color

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

This div background color is #e21dcd


#e21dcd Border Color

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

This div border color is #e21dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21dcd


Comments

No comments written yet.

Please login to write comment.