Color Hex Logo

#e5345e Color Hex

#E5345E
(229,52,94)
0 Favorites   0 Comments

Color spaces of #e5345e

RGB 2295294
HSL0.960.770.55
HSV346°77°90°
CMYK 0.000.770.59   0.10
XYZ35.561519.922112.5607
Yxy19.92210.52260.2928
Hunter Lab44.634264.106914.5589
CIE-Lab51.749068.267019.4485

#e5345e color RGB value is (229,52,94).

#e5345e hex color red value is 229, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5345e hue: 0.96 , saturation: 0.77 and the lightness value of e5345e is 0.55.

The process color (four color CMYK) of #e5345e color hex is 0.00, 0.77, 0.59, 0.10. Web safe color of #e5345e is #cc3366. Color #e5345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 01011110
Octal 345 64 136
Decimal 229 52 94
Hex E5 34 5E

RGB Percentages of Color #e5345e

%61.07
%13.87
%25.07

CMYK Percentages of Color #e5345e

%0
%77
%59
%10

Triadic Colors of #e5345e

#e5345e #5ee534 #345ee5

Analogous Colors of #e5345e

#e5345e #e56334 #e534b7

Monochromatic Colors of #e5345e

#e5345e

Complementary Color

#e5345e #34e5bb

#e5345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5345e Color CSS Codes

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

#e5345e Text Font Color

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

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


#e5345e Background Color

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

This div background color is #e5345e


#e5345e Border Color

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

This div border color is #e5345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5345e


Comments

No comments written yet.

Please login to write comment.