Color Hex Logo

#e13496 Color Hex

#E13496
(225,52,150)
0 Favorites   0 Comments

Color spaces of #e13496

RGB 22552150
HSL0.910.740.54
HSV326°77°88°
CMYK 0.000.770.33   0.12
XYZ37.784320.665530.8516
Yxy20.66550.42310.2314
Hunter Lab45.459368.8095-8.4165
CIE-Lab52.581472.0345-13.1180

#e13496 color RGB value is (225,52,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 10010110
Octal 341 64 226
Decimal 225 52 150
Hex E1 34 96

RGB Percentages of Color #e13496

%52.69
%12.18
%35.13

CMYK Percentages of Color #e13496

%0
%77
%33
%12

Triadic Colors of #e13496

#e13496 #96e134 #3496e1

Analogous Colors of #e13496

#e13496 #e1343f #d634e1

Monochromatic Colors of #e13496

#e13496

Complementary Color

#e13496 #34e17f

#e13496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13496 Color CSS Codes

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

#e13496 Text Font Color

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

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


#e13496 Background Color

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

This div background color is #e13496


#e13496 Border Color

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

This div border color is #e13496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13496


Comments

No comments written yet.

Please login to write comment.