Color Hex Logo

#e15383 Color Hex

#E15383
(225,83,131)
0 Favorites   0 Comments

Color spaces of #e15383

RGB 22583131
HSL0.940.700.60
HSV340°63°88°
CMYK 0.000.630.42   0.12
XYZ38.241323.832824.0574
Yxy23.83280.44400.2767
Hunter Lab48.818854.39154.9557
CIE-Lab55.920059.12043.0907

#e15383 color RGB value is (225,83,131).

#e15383 hex color red value is 225, green value is 83 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #e15383 hue: 0.94 , saturation: 0.70 and the lightness value of e15383 is 0.60.

The process color (four color CMYK) of #e15383 color hex is 0.00, 0.63, 0.42, 0.12. Web safe color of #e15383 is #cc6699. Color #e15383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10000011
Octal 341 123 203
Decimal 225 83 131
Hex E1 53 83

RGB Percentages of Color #e15383

%51.25
%18.91
%29.84

CMYK Percentages of Color #e15383

%0
%63
%42
%12

Triadic Colors of #e15383

#e15383 #83e153 #5383e1

Analogous Colors of #e15383

#e15383 #e16a53 #e153ca

Monochromatic Colors of #e15383

#e15383

Complementary Color

#e15383 #53e1b1

#e15383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15383 Color CSS Codes

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

#e15383 Text Font Color

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

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


#e15383 Background Color

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

This div background color is #e15383


#e15383 Border Color

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

This div border color is #e15383


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,83,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e15383; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e15383;
  -webkit-box-shadow: 1px 1px 3px 2px #e15383;
  box-shadow:         1px 1px 3px 2px #e15383; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,83,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15383


Comments

No comments written yet.

Please login to write comment.