Color Hex Logo

#e15084 Color Hex

#E15084
(225,80,132)
0 Favorites   0 Comments

Color spaces of #e15084

RGB 22580132
HSL0.940.710.60
HSV338°64°88°
CMYK 0.000.640.41   0.12
XYZ38.084923.410824.3412
Yxy23.41080.44370.2727
Hunter Lab48.384755.82894.0419
CIE-Lab55.493060.45711.8809

#e15084 color RGB value is (225,80,132).

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

The process color (four color CMYK) of #e15084 color hex is 0.00, 0.64, 0.41, 0.12. Web safe color of #e15084 is #cc6699. Color #e15084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 10000100
Octal 341 120 204
Decimal 225 80 132
Hex E1 50 84

RGB Percentages of Color #e15084

%51.49
%18.31
%30.21

CMYK Percentages of Color #e15084

%0
%64
%41
%12

Triadic Colors of #e15084

#e15084 #84e150 #5084e1

Analogous Colors of #e15084

#e15084 #e16550 #e150cd

Monochromatic Colors of #e15084

#e15084

Complementary Color

#e15084 #50e1ad

#e15084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15084 Color CSS Codes

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

#e15084 Text Font Color

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

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


#e15084 Background Color

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

This div background color is #e15084


#e15084 Border Color

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

This div border color is #e15084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15084


Comments

No comments written yet.

Please login to write comment.