Color Hex Logo

#e13cdc Color Hex

#E13CDC
(225,60,220)
0 Favorites   0 Comments

Color spaces of #e13cdc

RGB 22560220
HSL0.840.730.56
HSV302°73°88°
CMYK 0.000.730.02   0.12
XYZ45.585524.406670.0185
Yxy24.40660.32560.1743
Hunter Lab49.403078.2514-49.4491
CIE-Lab56.492678.9126-47.6419

#e13cdc color RGB value is (225,60,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 11011100
Octal 341 74 334
Decimal 225 60 220
Hex E1 3C DC

RGB Percentages of Color #e13cdc

%44.55
%11.88
%43.56

CMYK Percentages of Color #e13cdc

%0
%73
%2
%12

Triadic Colors of #e13cdc

#e13cdc #dce13c #3cdce1

Analogous Colors of #e13cdc

#e13cdc #e13c8a #943ce1

Monochromatic Colors of #e13cdc

#e13cdc

Complementary Color

#e13cdc #3ce141

#e13cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cdc Color CSS Codes

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

#e13cdc Text Font Color

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

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


#e13cdc Background Color

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

This div background color is #e13cdc


#e13cdc Border Color

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

This div border color is #e13cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cdc


Comments

No comments written yet.

Please login to write comment.