Color Hex Logo

#e153cd Color Hex

#E153CD
(225,83,205)
0 Favorites   0 Comments

Color spaces of #e153cd

RGB 22583205
HSL0.860.700.60
HSV308°63°88°
CMYK 0.000.630.09   0.12
XYZ45.164026.601860.5119
Yxy26.60180.34140.2011
Hunter Lab51.576966.0462-33.4573
CIE-Lab58.603968.6021-35.8060

#e153cd color RGB value is (225,83,205).

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

The process color (four color CMYK) of #e153cd color hex is 0.00, 0.63, 0.09, 0.12. Web safe color of #e153cd is #cc66cc. Color #e153cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 11001101
Octal 341 123 315
Decimal 225 83 205
Hex E1 53 CD

RGB Percentages of Color #e153cd

%43.86
%16.18
%39.96

CMYK Percentages of Color #e153cd

%0
%63
%9
%12

Triadic Colors of #e153cd

#e153cd #cde153 #53cde1

Analogous Colors of #e153cd

#e153cd #e15386 #ae53e1

Monochromatic Colors of #e153cd

#e153cd

Complementary Color

#e153cd #53e167

#e153cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153cd Color CSS Codes

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

#e153cd Text Font Color

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

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


#e153cd Background Color

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

This div background color is #e153cd


#e153cd Border Color

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

This div border color is #e153cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153cd


Comments

No comments written yet.

Please login to write comment.