Color Hex Logo

#e156ce Color Hex

#E156CE
(225,86,206)
0 Favorites   0 Comments

Color spaces of #e156ce

RGB 22586206
HSL0.860.700.61
HSV308°62°88°
CMYK 0.000.620.08   0.12
XYZ45.519727.119461.2279
Yxy27.11940.34000.2026
Hunter Lab52.076364.8927-33.2559
CIE-Lab59.084767.5515-35.6231

#e156ce color RGB value is (225,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 11001110
Octal 341 126 316
Decimal 225 86 206
Hex E1 56 CE

RGB Percentages of Color #e156ce

%43.52
%16.63
%39.85

CMYK Percentages of Color #e156ce

%0
%62
%8
%12

Triadic Colors of #e156ce

#e156ce #cee156 #56cee1

Analogous Colors of #e156ce

#e156ce #e15689 #af56e1

Monochromatic Colors of #e156ce

#e156ce

Complementary Color

#e156ce #56e169

#e156ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e156ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e156ce Color CSS Codes

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

#e156ce Text Font Color

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

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


#e156ce Background Color

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

This div background color is #e156ce


#e156ce Border Color

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

This div border color is #e156ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e156ce


Comments

No comments written yet.

Please login to write comment.