Color Hex Logo

#e53dce Color Hex

#E53DCE
(229,61,206)
0 Favorites   0 Comments

Color spaces of #e53dce

RGB 22961206
HSL0.860.760.57
HSV308°73°90°
CMYK 0.000.730.10   0.10
XYZ45.122424.451760.7340
Yxy24.45170.34630.1876
Hunter Lab49.448776.3479-38.2073
CIE-Lab56.537277.3904-39.5702

#e53dce color RGB value is (229,61,206).

#e53dce hex color red value is 229, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e53dce hue: 0.86 , saturation: 0.76 and the lightness value of e53dce is 0.57.

The process color (four color CMYK) of #e53dce color hex is 0.00, 0.73, 0.10, 0.10. Web safe color of #e53dce is #cc33cc. Color #e53dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111101 11001110
Octal 345 75 316
Decimal 229 61 206
Hex E5 3D CE

RGB Percentages of Color #e53dce

%46.17
%12.30
%41.53

CMYK Percentages of Color #e53dce

%0
%73
%10
%10

Triadic Colors of #e53dce

#e53dce #cee53d #3dcee5

Analogous Colors of #e53dce

#e53dce #e53d7a #a83de5

Monochromatic Colors of #e53dce

#e53dce

Complementary Color

#e53dce #3de554

#e53dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53dce Color CSS Codes

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

#e53dce Text Font Color

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

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


#e53dce Background Color

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

This div background color is #e53dce


#e53dce Border Color

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

This div border color is #e53dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,61,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53dce


Comments

No comments written yet.

Please login to write comment.