Color Hex Logo

#e155dc Color Hex

#E155DC
(225,85,220)
0 Favorites   0 Comments

Color spaces of #e155dc

RGB 22585220
HSL0.840.700.61
HSV302°62°88°
CMYK 0.000.620.02   0.12
XYZ47.218127.671970.5627
Yxy27.67190.32460.1902
Hunter Lab52.604168.1667-42.7083
CIE-Lab59.591270.1744-42.7457

#e155dc color RGB value is (225,85,220).

#e155dc hex color red value is 225, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e155dc hue: 0.84 , saturation: 0.70 and the lightness value of e155dc is 0.61.

The process color (four color CMYK) of #e155dc color hex is 0.00, 0.62, 0.02, 0.12. Web safe color of #e155dc is #cc66cc. Color #e155dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 11011100
Octal 341 125 334
Decimal 225 85 220
Hex E1 55 DC

RGB Percentages of Color #e155dc

%42.45
%16.04
%41.51

CMYK Percentages of Color #e155dc

%0
%62
%2
%12

Triadic Colors of #e155dc

#e155dc #dce155 #55dce1

Analogous Colors of #e155dc

#e155dc #e15596 #a055e1

Monochromatic Colors of #e155dc

#e155dc

Complementary Color

#e155dc #55e15a

#e155dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155dc Color CSS Codes

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

#e155dc Text Font Color

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

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


#e155dc Background Color

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

This div background color is #e155dc


#e155dc Border Color

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

This div border color is #e155dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155dc


Comments

No comments written yet.

Please login to write comment.