Color Hex Logo

#e13493 Color Hex

#E13493
(225,52,147)
0 Favorites   0 Comments

Color spaces of #e13493

RGB 22552147
HSL0.910.740.54
HSV327°77°88°
CMYK 0.000.770.35   0.12
XYZ37.545820.570129.5953
Yxy20.57010.42810.2345
Hunter Lab45.354368.3984-6.9409
CIE-Lab52.475771.7149-11.4924

#e13493 color RGB value is (225,52,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 10010011
Octal 341 64 223
Decimal 225 52 147
Hex E1 34 93

RGB Percentages of Color #e13493

%53.07
%12.26
%34.67

CMYK Percentages of Color #e13493

%0
%77
%35
%12

Triadic Colors of #e13493

#e13493 #93e134 #3493e1

Analogous Colors of #e13493

#e13493 #e1343c #d934e1

Monochromatic Colors of #e13493

#e13493

Complementary Color

#e13493 #34e182

#e13493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13493 Color CSS Codes

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

#e13493 Text Font Color

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

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


#e13493 Background Color

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

This div background color is #e13493


#e13493 Border Color

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

This div border color is #e13493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,52,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 #e13493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13493


Comments

No comments written yet.

Please login to write comment.