Color Hex Logo

#e13cda Color Hex

#E13CDA
(225,60,218)
0 Favorites   0 Comments

Color spaces of #e13cda

RGB 22560218
HSL0.840.730.56
HSV303°73°88°
CMYK 0.000.730.03   0.12
XYZ45.322124.301268.6315
Yxy24.30120.32780.1758
Hunter Lab49.296277.8413-48.0377
CIE-Lab56.388178.6077-46.6746

#e13cda color RGB value is (225,60,218).

#e13cda hex color red value is 225, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e13cda hue: 0.84 , saturation: 0.73 and the lightness value of e13cda is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 11011010
Octal 341 74 332
Decimal 225 60 218
Hex E1 3C DA

RGB Percentages of Color #e13cda

%44.73
%11.93
%43.34

CMYK Percentages of Color #e13cda

%0
%73
%3
%12

Triadic Colors of #e13cda

#e13cda #dae13c #3cdae1

Analogous Colors of #e13cda

#e13cda #e13c88 #963ce1

Monochromatic Colors of #e13cda

#e13cda

Complementary Color

#e13cda #3ce143

#e13cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cda Color CSS Codes

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

#e13cda Text Font Color

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

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


#e13cda Background Color

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

This div background color is #e13cda


#e13cda Border Color

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

This div border color is #e13cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,60,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13cda;
  -webkit-box-shadow: 1px 1px 3px 2px #e13cda;
  box-shadow:         1px 1px 3px 2px #e13cda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,60,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cda


Comments

No comments written yet.

Please login to write comment.