Color Hex Logo

#e13a6c Color Hex

#E13A6C
(225,58,108)
0 Favorites   0 Comments

Color spaces of #e13a6c

RGB 22558108
HSL0.950.740.55
HSV342°74°88°
CMYK 0.000.740.52   0.12
XYZ35.271220.116416.2112
Yxy20.11640.49260.2810
Hunter Lab44.851361.88319.9660
CIE-Lab51.968666.337611.1849

#e13a6c color RGB value is (225,58,108).

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

The process color (four color CMYK) of #e13a6c color hex is 0.00, 0.74, 0.52, 0.12. Web safe color of #e13a6c is #cc3366. Color #e13a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 01101100
Octal 341 72 154
Decimal 225 58 108
Hex E1 3A 6C

RGB Percentages of Color #e13a6c

%57.54
%14.83
%27.62

CMYK Percentages of Color #e13a6c

%0
%74
%52
%12

Triadic Colors of #e13a6c

#e13a6c #6ce13a #3a6ce1

Analogous Colors of #e13a6c

#e13a6c #e15c3a #e13ac0

Monochromatic Colors of #e13a6c

#e13a6c

Complementary Color

#e13a6c #3ae1af

#e13a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13a6c Color CSS Codes

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

#e13a6c Text Font Color

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

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


#e13a6c Background Color

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

This div background color is #e13a6c


#e13a6c Border Color

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

This div border color is #e13a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13a6c


Comments

No comments written yet.

Please login to write comment.