Color Hex Logo

#e13ca0 Color Hex

#E13CA0
(225,60,160)
0 Favorites   0 Comments

Color spaces of #e13ca0

RGB 22560160
HSL0.900.730.56
HSV324°73°88°
CMYK 0.000.730.29   0.12
XYZ39.012421.777335.4050
Yxy21.77730.40560.2264
Hunter Lab46.666267.5583-12.3162
CIE-Lab53.789970.7663-17.2028

#e13ca0 color RGB value is (225,60,160).

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

The process color (four color CMYK) of #e13ca0 color hex is 0.00, 0.73, 0.29, 0.12. Web safe color of #e13ca0 is #cc3399. Color #e13ca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 10100000
Octal 341 74 240
Decimal 225 60 160
Hex E1 3C A0

RGB Percentages of Color #e13ca0

%50.56
%13.48
%35.96

CMYK Percentages of Color #e13ca0

%0
%73
%29
%12

Triadic Colors of #e13ca0

#e13ca0 #a0e13c #3ca0e1

Analogous Colors of #e13ca0

#e13ca0 #e13c4e #d03ce1

Monochromatic Colors of #e13ca0

#e13ca0

Complementary Color

#e13ca0 #3ce17d

#e13ca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ca0 Color CSS Codes

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

#e13ca0 Text Font Color

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

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


#e13ca0 Background Color

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

This div background color is #e13ca0


#e13ca0 Border Color

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

This div border color is #e13ca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ca0


Comments

No comments written yet.

Please login to write comment.