Color Hex Logo

#e13f73 Color Hex

#E13F73
(225,63,115)
0 Favorites   0 Comments

Color spaces of #e13f73

RGB 22563115
HSL0.950.730.56
HSV341°72°88°
CMYK 0.000.720.49   0.12
XYZ35.923420.800418.3412
Yxy20.80040.47860.2771
Hunter Lab45.607560.78528.0815
CIE-Lab52.730365.25528.0455

#e13f73 color RGB value is (225,63,115).

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

The process color (four color CMYK) of #e13f73 color hex is 0.00, 0.72, 0.49, 0.12. Web safe color of #e13f73 is #cc3366. Color #e13f73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111111 01110011
Octal 341 77 163
Decimal 225 63 115
Hex E1 3F 73

RGB Percentages of Color #e13f73

%55.83
%15.63
%28.54

CMYK Percentages of Color #e13f73

%0
%72
%49
%12

Triadic Colors of #e13f73

#e13f73 #73e13f #3f73e1

Analogous Colors of #e13f73

#e13f73 #e15c3f #e13fc4

Monochromatic Colors of #e13f73

#e13f73

Complementary Color

#e13f73 #3fe1ad

#e13f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13f73 Color CSS Codes

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

#e13f73 Text Font Color

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

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


#e13f73 Background Color

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

This div background color is #e13f73


#e13f73 Border Color

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

This div border color is #e13f73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13f73


Comments

No comments written yet.

Please login to write comment.