Color Hex Logo

#e83365 Color Hex

#E83365
(232,51,101)
0 Favorites   0 Comments

Color spaces of #e83365

RGB 23251101
HSL0.950.800.55
HSV343°78°91°
CMYK 0.000.780.56   0.09
XYZ36.811520.463014.3215
Yxy20.46300.51420.2858
Hunter Lab45.236066.093912.8943
CIE-Lab52.356769.820616.1442

#e83365 color RGB value is (232,51,101).

#e83365 hex color red value is 232, green value is 51 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e83365 hue: 0.95 , saturation: 0.80 and the lightness value of e83365 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110011 01100101
Octal 350 63 145
Decimal 232 51 101
Hex E8 33 65

RGB Percentages of Color #e83365

%60.42
%13.28
%26.30

CMYK Percentages of Color #e83365

%0
%78
%56
%9

Triadic Colors of #e83365

#e83365 #65e833 #3365e8

Analogous Colors of #e83365

#e83365 #e85c33 #e833c0

Monochromatic Colors of #e83365

#e83365

Complementary Color

#e83365 #33e8b6

#e83365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83365 Color CSS Codes

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

#e83365 Text Font Color

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

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


#e83365 Background Color

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

This div background color is #e83365


#e83365 Border Color

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

This div border color is #e83365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83365


Comments

No comments written yet.

Please login to write comment.