Color Hex Logo

#e4355c Color Hex

#E4355C
(228,53,92)
0 Favorites   0 Comments

Color spaces of #e4355c

RGB 2285392
HSL0.960.760.55
HSV347°77°89°
CMYK 0.000.770.60   0.11
XYZ35.199819.812912.0943
Yxy19.81290.52450.2952
Hunter Lab44.511763.262215.0485
CIE-Lab51.625067.575820.4550

#e4355c color RGB value is (228,53,92).

#e4355c hex color red value is 228, green value is 53 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e4355c hue: 0.96 , saturation: 0.76 and the lightness value of e4355c is 0.55.

The process color (four color CMYK) of #e4355c color hex is 0.00, 0.77, 0.60, 0.11. Web safe color of #e4355c is #cc3366. Color #e4355c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110101 01011100
Octal 344 65 134
Decimal 228 53 92
Hex E4 35 5C

RGB Percentages of Color #e4355c

%61.13
%14.21
%24.66

CMYK Percentages of Color #e4355c

%0
%77
%60
%11

Triadic Colors of #e4355c

#e4355c #5ce435 #355ce4

Analogous Colors of #e4355c

#e4355c #e46635 #e435b4

Monochromatic Colors of #e4355c

#e4355c

Complementary Color

#e4355c #35e4bd

#e4355c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4355c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4355c Color CSS Codes

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

#e4355c Text Font Color

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

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


#e4355c Background Color

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

This div background color is #e4355c


#e4355c Border Color

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

This div border color is #e4355c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,53,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4355c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4355c;
  -webkit-box-shadow: 1px 1px 3px 2px #e4355c;
  box-shadow:         1px 1px 3px 2px #e4355c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,53,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4355c


Comments

No comments written yet.

Please login to write comment.