Color Hex Logo

#e13b93 Color Hex

#E13B93
(225,59,147)
0 Favorites   0 Comments

Color spaces of #e13b93

RGB 22559147
HSL0.910.730.56
HSV328°74°88°
CMYK 0.000.740.35   0.12
XYZ37.881821.242129.7073
Yxy21.24210.42640.2391
Hunter Lab46.089266.0575-5.9537
CIE-Lab53.213469.6263-10.3837

#e13b93 color RGB value is (225,59,147).

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

The process color (four color CMYK) of #e13b93 color hex is 0.00, 0.74, 0.35, 0.12. Web safe color of #e13b93 is #cc3399. Color #e13b93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 10010011
Octal 341 73 223
Decimal 225 59 147
Hex E1 3B 93

RGB Percentages of Color #e13b93

%52.20
%13.69
%34.11

CMYK Percentages of Color #e13b93

%0
%74
%35
%12

Triadic Colors of #e13b93

#e13b93 #93e13b #3b93e1

Analogous Colors of #e13b93

#e13b93 #e13b40 #dc3be1

Monochromatic Colors of #e13b93

#e13b93

Complementary Color

#e13b93 #3be189

#e13b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13b93 Color CSS Codes

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

#e13b93 Text Font Color

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

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


#e13b93 Background Color

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

This div background color is #e13b93


#e13b93 Border Color

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

This div border color is #e13b93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13b93


Comments

No comments written yet.

Please login to write comment.