Color Hex Logo

#e43685 Color Hex

#E43685
(228,54,133)
0 Favorites   0 Comments

Color spaces of #e43685

RGB 22854133
HSL0.920.760.55
HSV333°76°89°
CMYK 0.000.760.42   0.11
XYZ37.547720.825824.2311
Yxy20.82580.45450.2521
Hunter Lab45.635367.00400.4633
CIE-Lab52.758370.5031-2.6507

#e43685 color RGB value is (228,54,133).

#e43685 hex color red value is 228, green value is 54 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e43685 hue: 0.92 , saturation: 0.76 and the lightness value of e43685 is 0.55.

The process color (four color CMYK) of #e43685 color hex is 0.00, 0.76, 0.42, 0.11. Web safe color of #e43685 is #cc3399. Color #e43685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110110 10000101
Octal 344 66 205
Decimal 228 54 133
Hex E4 36 85

RGB Percentages of Color #e43685

%54.94
%13.01
%32.05

CMYK Percentages of Color #e43685

%0
%76
%42
%11

Triadic Colors of #e43685

#e43685 #85e436 #3685e4

Analogous Colors of #e43685

#e43685 #e43e36 #e436dc

Monochromatic Colors of #e43685

#e43685

Complementary Color

#e43685 #36e495

#e43685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43685 Color CSS Codes

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

#e43685 Text Font Color

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

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


#e43685 Background Color

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

This div background color is #e43685


#e43685 Border Color

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

This div border color is #e43685


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,54,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43685


Comments

No comments written yet.

Please login to write comment.