Color Hex Logo

#e13cdf Color Hex

#E13CDF
(225,60,223)
0 Favorites   0 Comments

Color spaces of #e13cdf

RGB 22560223
HSL0.840.730.56
HSV301°73°88°
CMYK 0.000.730.01   0.12
XYZ45.986524.567072.1302
Yxy24.56700.32230.1722
Hunter Lab49.565178.8733-51.5869
CIE-Lab56.651179.3738-49.0870

#e13cdf color RGB value is (225,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 11011111
Octal 341 74 337
Decimal 225 60 223
Hex E1 3C DF

RGB Percentages of Color #e13cdf

%44.29
%11.81
%43.90

CMYK Percentages of Color #e13cdf

%0
%73
%1
%12

Triadic Colors of #e13cdf

#e13cdf #dfe13c #3cdfe1

Analogous Colors of #e13cdf

#e13cdf #e13c8d #913ce1

Monochromatic Colors of #e13cdf

#e13cdf

Complementary Color

#e13cdf #3ce13e

#e13cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cdf Color CSS Codes

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

#e13cdf Text Font Color

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

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


#e13cdf Background Color

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

This div background color is #e13cdf


#e13cdf Border Color

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

This div border color is #e13cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cdf


Comments

No comments written yet.

Please login to write comment.