Color Hex Logo

#e156ca Color Hex

#E156CA
(225,86,202)
0 Favorites   0 Comments

Color spaces of #e156ca

RGB 22586202
HSL0.860.700.61
HSV310°62°88°
CMYK 0.000.620.10   0.12
XYZ45.039826.927458.7008
Yxy26.92740.34470.2061
Hunter Lab51.891664.1204-30.7459
CIE-Lab58.907166.9374-33.6262

#e156ca color RGB value is (225,86,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 11001010
Octal 341 126 312
Decimal 225 86 202
Hex E1 56 CA

RGB Percentages of Color #e156ca

%43.86
%16.76
%39.38

CMYK Percentages of Color #e156ca

%0
%62
%10
%12

Triadic Colors of #e156ca

#e156ca #cae156 #56cae1

Analogous Colors of #e156ca

#e156ca #e15685 #b356e1

Monochromatic Colors of #e156ca

#e156ca

Complementary Color

#e156ca #56e16d

#e156ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e156ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e156ca Color CSS Codes

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

#e156ca Text Font Color

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

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


#e156ca Background Color

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

This div background color is #e156ca


#e156ca Border Color

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

This div border color is #e156ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e156ca


Comments

No comments written yet.

Please login to write comment.