Color Hex Logo

#e13d8d Color Hex

#E13D8D
(225,61,141)
0 Favorites   0 Comments

Color spaces of #e13d8d

RGB 22561141
HSL0.920.730.56
HSV331°73°88°
CMYK 0.000.730.37   0.12
XYZ37.527821.268127.3265
Yxy21.26810.43570.2470
Hunter Lab46.117464.5483-2.8497
CIE-Lab53.241768.3549-6.7729

#e13d8d color RGB value is (225,61,141).

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

The process color (four color CMYK) of #e13d8d color hex is 0.00, 0.73, 0.37, 0.12. Web safe color of #e13d8d is #cc3399. Color #e13d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 10001101
Octal 341 75 215
Decimal 225 61 141
Hex E1 3D 8D

RGB Percentages of Color #e13d8d

%52.69
%14.29
%33.02

CMYK Percentages of Color #e13d8d

%0
%73
%37
%12

Triadic Colors of #e13d8d

#e13d8d #8de13d #3d8de1

Analogous Colors of #e13d8d

#e13d8d #e13f3d #e13ddf

Monochromatic Colors of #e13d8d

#e13d8d

Complementary Color

#e13d8d #3de191

#e13d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13d8d Color CSS Codes

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

#e13d8d Text Font Color

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

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


#e13d8d Background Color

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

This div background color is #e13d8d


#e13d8d Border Color

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

This div border color is #e13d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13d8d


Comments

No comments written yet.

Please login to write comment.