Color Hex Logo

#e03585 Color Hex

#E03585
(224,53,133)
0 Favorites   0 Comments

Color spaces of #e03585

RGB 22453133
HSL0.920.730.54
HSV332°76°88°
CMYK 0.000.760.41   0.12
XYZ36.247220.087024.1570
Yxy20.08700.45030.2496
Hunter Lab44.818565.9303-0.5841
CIE-Lab51.935469.7645-3.9458

#e03585 color RGB value is (224,53,133).

#e03585 hex color red value is 224, green value is 53 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e03585 hue: 0.92 , saturation: 0.73 and the lightness value of e03585 is 0.54.

The process color (four color CMYK) of #e03585 color hex is 0.00, 0.76, 0.41, 0.12. Web safe color of #e03585 is #cc3399. Color #e03585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110101 10000101
Octal 340 65 205
Decimal 224 53 133
Hex E0 35 85

RGB Percentages of Color #e03585

%54.63
%12.93
%32.44

CMYK Percentages of Color #e03585

%0
%76
%41
%12

Triadic Colors of #e03585

#e03585 #85e035 #3585e0

Analogous Colors of #e03585

#e03585 #e03b35 #e035db

Monochromatic Colors of #e03585

#e03585

Complementary Color

#e03585 #35e090

#e03585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03585 Color CSS Codes

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

#e03585 Text Font Color

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

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


#e03585 Background Color

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

This div background color is #e03585


#e03585 Border Color

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

This div border color is #e03585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03585


Comments

No comments written yet.

Please login to write comment.