Color Hex Logo

#e13463 Color Hex

#E13463
(225,52,99)
0 Favorites   0 Comments

Color spaces of #e13463

RGB 2255299
HSL0.950.740.54
HSV344°77°88°
CMYK 0.000.770.56   0.12
XYZ34.531519.364413.7221
Yxy19.36440.51070.2864
Hunter Lab44.005063.063412.3151
CIE-Lab51.110867.505215.4355

#e13463 color RGB value is (225,52,99).

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

The process color (four color CMYK) of #e13463 color hex is 0.00, 0.77, 0.56, 0.12. Web safe color of #e13463 is #cc3366. Color #e13463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 01100011
Octal 341 64 143
Decimal 225 52 99
Hex E1 34 63

RGB Percentages of Color #e13463

%59.84
%13.83
%26.33

CMYK Percentages of Color #e13463

%0
%77
%56
%12

Triadic Colors of #e13463

#e13463 #63e134 #3463e1

Analogous Colors of #e13463

#e13463 #e15c34 #e134ba

Monochromatic Colors of #e13463

#e13463

Complementary Color

#e13463 #34e1b2

#e13463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13463 Color CSS Codes

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

#e13463 Text Font Color

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

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


#e13463 Background Color

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

This div background color is #e13463


#e13463 Border Color

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

This div border color is #e13463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13463


Comments

No comments written yet.

Please login to write comment.