Color Hex Logo

#e45084 Color Hex

#E45084
(228,80,132)
0 Favorites   0 Comments

Color spaces of #e45084

RGB 22880132
HSL0.940.730.60
HSV339°65°89°
CMYK 0.000.650.42   0.11
XYZ39.028423.897224.3854
Yxy23.89720.44700.2737
Hunter Lab48.884856.96174.6434
CIE-Lab55.984761.35672.6553

#e45084 color RGB value is (228,80,132).

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

The process color (four color CMYK) of #e45084 color hex is 0.00, 0.65, 0.42, 0.11. Web safe color of #e45084 is #cc6699. Color #e45084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 10000100
Octal 344 120 204
Decimal 228 80 132
Hex E4 50 84

RGB Percentages of Color #e45084

%51.82
%18.18
%30.00

CMYK Percentages of Color #e45084

%0
%65
%42
%11

Triadic Colors of #e45084

#e45084 #84e450 #5084e4

Analogous Colors of #e45084

#e45084 #e46650 #e450ce

Monochromatic Colors of #e45084

#e45084

Complementary Color

#e45084 #50e4b0

#e45084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45084 Color CSS Codes

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

#e45084 Text Font Color

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

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


#e45084 Background Color

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

This div background color is #e45084


#e45084 Border Color

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

This div border color is #e45084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45084


Comments

No comments written yet.

Please login to write comment.