Color Hex Logo

#e13897 Color Hex

#E13897
(225,56,151)
0 Favorites   0 Comments

Color spaces of #e13897

RGB 22556151
HSL0.910.740.55
HSV326°75°88°
CMYK 0.000.750.33   0.12
XYZ38.051421.070331.3396
Yxy21.07030.42060.2329
Hunter Lab45.902467.6407-8.3482
CIE-Lab53.026370.9811-13.0399

#e13897 color RGB value is (225,56,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10010111
Octal 341 70 227
Decimal 225 56 151
Hex E1 38 97

RGB Percentages of Color #e13897

%52.08
%12.96
%34.95

CMYK Percentages of Color #e13897

%0
%75
%33
%12

Triadic Colors of #e13897

#e13897 #97e138 #3897e1

Analogous Colors of #e13897

#e13897 #e13842 #d738e1

Monochromatic Colors of #e13897

#e13897

Complementary Color

#e13897 #38e182

#e13897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13897 Color CSS Codes

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

#e13897 Text Font Color

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

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


#e13897 Background Color

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

This div background color is #e13897


#e13897 Border Color

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

This div border color is #e13897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13897


Comments

No comments written yet.

Please login to write comment.