Color Hex Logo

#e83455 Color Hex

#E83455
(232,52,85)
0 Favorites   0 Comments

Color spaces of #e83455

RGB 2325285
HSL0.970.800.56
HSV349°78°91°
CMYK 0.000.780.63   0.09
XYZ36.146420.267710.6013
Yxy20.26770.53940.3024
Hunter Lab45.019764.533717.5521
CIE-Lab52.138568.552625.4714

#e83455 color RGB value is (232,52,85).

#e83455 hex color red value is 232, green value is 52 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e83455 hue: 0.97 , saturation: 0.80 and the lightness value of e83455 is 0.56.

The process color (four color CMYK) of #e83455 color hex is 0.00, 0.78, 0.63, 0.09. Web safe color of #e83455 is #ff3366. Color #e83455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 01010101
Octal 350 64 125
Decimal 232 52 85
Hex E8 34 55

RGB Percentages of Color #e83455

%62.87
%14.09
%23.04

CMYK Percentages of Color #e83455

%0
%78
%63
%9

Triadic Colors of #e83455

#e83455 #55e834 #3455e8

Analogous Colors of #e83455

#e83455 #e86d34 #e834af

Monochromatic Colors of #e83455

#e83455

Complementary Color

#e83455 #34e8c7

#e83455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83455 Color CSS Codes

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

#e83455 Text Font Color

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

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


#e83455 Background Color

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

This div background color is #e83455


#e83455 Border Color

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

This div border color is #e83455


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,52,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 #e83455">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83455


Comments

No comments written yet.

Please login to write comment.