Color Hex Logo

#e32355 Color Hex

#E32355
(227,35,85)
0 Favorites   0 Comments

Color spaces of #e32355

RGB 2273585
HSL0.960.770.51
HSV344°85°89°
CMYK 0.000.850.63   0.11
XYZ33.919318.188810.3174
Yxy18.18880.54340.2914
Hunter Lab42.648367.331015.5105
CIE-Lab49.724371.360622.1377

#e32355 color RGB value is (227,35,85).

#e32355 hex color red value is 227, green value is 35 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e32355 hue: 0.96 , saturation: 0.77 and the lightness value of e32355 is 0.51.

The process color (four color CMYK) of #e32355 color hex is 0.00, 0.85, 0.63, 0.11. Web safe color of #e32355 is #cc3366. Color #e32355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100011 01010101
Octal 343 43 125
Decimal 227 35 85
Hex E3 23 55

RGB Percentages of Color #e32355

%65.42
%10.09
%24.50

CMYK Percentages of Color #e32355

%0
%85
%63
%11

Triadic Colors of #e32355

#e32355 #55e323 #2355e3

Analogous Colors of #e32355

#e32355 #e35123 #e323b5

Monochromatic Colors of #e32355

#e32355

Complementary Color

#e32355 #23e3b1

#e32355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32355 Color CSS Codes

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

#e32355 Text Font Color

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

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


#e32355 Background Color

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

This div background color is #e32355


#e32355 Border Color

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

This div border color is #e32355


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,35,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32355; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32355;
  -webkit-box-shadow: 1px 1px 3px 2px #e32355;
  box-shadow:         1px 1px 3px 2px #e32355; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,35,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32355


Comments

No comments written yet.

Please login to write comment.