Color Hex Logo

#e83450 Color Hex

#E83450
(232,52,80)
0 Favorites   0 Comments

Color spaces of #e83450

RGB 2325280
HSL0.970.800.56
HSV351°78°91°
CMYK 0.000.780.66   0.09
XYZ35.954720.19109.5916
Yxy20.19100.54690.3071
Hunter Lab44.934464.193318.7982
CIE-Lab52.052568.282028.3420

#e83450 color RGB value is (232,52,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 01010000
Octal 350 64 120
Decimal 232 52 80
Hex E8 34 50

RGB Percentages of Color #e83450

%63.74
%14.29
%21.98

CMYK Percentages of Color #e83450

%0
%78
%66
%9

Triadic Colors of #e83450

#e83450 #50e834 #3450e8

Analogous Colors of #e83450

#e83450 #e87234 #e834aa

Monochromatic Colors of #e83450

#e83450

Complementary Color

#e83450 #34e8cc

#e83450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83450 Color CSS Codes

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

#e83450 Text Font Color

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

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


#e83450 Background Color

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

This div background color is #e83450


#e83450 Border Color

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

This div border color is #e83450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83450


Comments

No comments written yet.

Please login to write comment.