Color Hex Logo

#e13dbd Color Hex

#E13DBD
(225,61,189)
0 Favorites   0 Comments

Color spaces of #e13dbd

RGB 22561189
HSL0.870.730.56
HSV313°73°88°
CMYK 0.000.730.16   0.12
XYZ41.905423.019250.3786
Yxy23.01920.36340.1996
Hunter Lab47.978371.9440-28.6713
CIE-Lab55.092174.1204-32.1161

#e13dbd color RGB value is (225,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 10111101
Octal 341 75 275
Decimal 225 61 189
Hex E1 3D BD

RGB Percentages of Color #e13dbd

%47.37
%12.84
%39.79

CMYK Percentages of Color #e13dbd

%0
%73
%16
%12

Triadic Colors of #e13dbd

#e13dbd #bde13d #3dbde1

Analogous Colors of #e13dbd

#e13dbd #e13d6b #b33de1

Monochromatic Colors of #e13dbd

#e13dbd

Complementary Color

#e13dbd #3de161

#e13dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13dbd Color CSS Codes

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

#e13dbd Text Font Color

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

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


#e13dbd Background Color

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

This div background color is #e13dbd


#e13dbd Border Color

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

This div border color is #e13dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13dbd


Comments

No comments written yet.

Please login to write comment.