Color Hex Logo

#e13964 Color Hex

#E13964
(225,57,100)
0 Favorites   0 Comments

Color spaces of #e13964

RGB 22557100
HSL0.960.740.55
HSV345°75°88°
CMYK 0.000.750.56   0.12
XYZ34.814719.853914.0538
Yxy19.85390.50660.2889
Hunter Lab44.557761.493112.4899
CIE-Lab51.671666.060715.6008

#e13964 color RGB value is (225,57,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 01100100
Octal 341 71 144
Decimal 225 57 100
Hex E1 39 64

RGB Percentages of Color #e13964

%58.90
%14.92
%26.18

CMYK Percentages of Color #e13964

%0
%75
%56
%12

Triadic Colors of #e13964

#e13964 #64e139 #3964e1

Analogous Colors of #e13964

#e13964 #e16239 #e139b8

Monochromatic Colors of #e13964

#e13964

Complementary Color

#e13964 #39e1b6

#e13964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13964 Color CSS Codes

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

#e13964 Text Font Color

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

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


#e13964 Background Color

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

This div background color is #e13964


#e13964 Border Color

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

This div border color is #e13964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13964


Comments

No comments written yet.

Please login to write comment.