Color Hex Logo

#e13dcb Color Hex

#E13DCB
(225,61,203)
0 Favorites   0 Comments

Color spaces of #e13dcb

RGB 22561203
HSL0.860.730.56
HSV308°73°88°
CMYK 0.000.730.10   0.12
XYZ43.499623.656858.7735
Yxy23.65680.34540.1879
Hunter Lab48.638374.5244-37.5981
CIE-Lab55.742576.0827-39.1495

#e13dcb color RGB value is (225,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11001011
Octal 341 75 313
Decimal 225 61 203
Hex E1 3D CB

RGB Percentages of Color #e13dcb

%46.01
%12.47
%41.51

CMYK Percentages of Color #e13dcb

%0
%73
%10
%12

Triadic Colors of #e13dcb

#e13dcb #cbe13d #3dcbe1

Analogous Colors of #e13dcb

#e13dcb #e13d79 #a53de1

Monochromatic Colors of #e13dcb

#e13dcb

Complementary Color

#e13dcb #3de153

#e13dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13dcb Color CSS Codes

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

#e13dcb Text Font Color

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

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


#e13dcb Background Color

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

This div background color is #e13dcb


#e13dcb Border Color

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

This div border color is #e13dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13dcb


Comments

No comments written yet.

Please login to write comment.