Color Hex Logo

#e152ce Color Hex

#E152CE
(225,82,206)
0 Favorites   0 Comments

Color spaces of #e152ce

RGB 22582206
HSL0.860.700.60
HSV308°64°88°
CMYK 0.000.640.08   0.12
XYZ45.209226.498461.1244
Yxy26.49840.34030.1995
Hunter Lab51.476666.6832-34.3686
CIE-Lab58.507169.1494-36.5258

#e152ce color RGB value is (225,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 11001110
Octal 341 122 316
Decimal 225 82 206
Hex E1 52 CE

RGB Percentages of Color #e152ce

%43.86
%15.98
%40.16

CMYK Percentages of Color #e152ce

%0
%64
%8
%12

Triadic Colors of #e152ce

#e152ce #cee152 #52cee1

Analogous Colors of #e152ce

#e152ce #e15287 #ad52e1

Monochromatic Colors of #e152ce

#e152ce

Complementary Color

#e152ce #52e165

#e152ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152ce Color CSS Codes

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

#e152ce Text Font Color

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

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


#e152ce Background Color

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

This div background color is #e152ce


#e152ce Border Color

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

This div border color is #e152ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152ce


Comments

No comments written yet.

Please login to write comment.