Color Hex Logo

#e15ca5 Color Hex

#E15CA5
(225,92,165)
0 Favorites   0 Comments

Color spaces of #e15ca5

RGB 22592165
HSL0.910.690.62
HSV327°59°88°
CMYK 0.000.590.27   0.12
XYZ41.670026.378538.4926
Yxy26.37850.39110.2476
Hunter Lab51.360054.9427-8.4839
CIE-Lab58.394659.1716-13.1507

#e15ca5 color RGB value is (225,92,165).

#e15ca5 hex color red value is 225, green value is 92 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e15ca5 hue: 0.91 , saturation: 0.69 and the lightness value of e15ca5 is 0.62.

The process color (four color CMYK) of #e15ca5 color hex is 0.00, 0.59, 0.27, 0.12. Web safe color of #e15ca5 is #cc6699. Color #e15ca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 10100101
Octal 341 134 245
Decimal 225 92 165
Hex E1 5C A5

RGB Percentages of Color #e15ca5

%46.68
%19.09
%34.23

CMYK Percentages of Color #e15ca5

%0
%59
%27
%12

Triadic Colors of #e15ca5

#e15ca5 #a5e15c #5ca5e1

Analogous Colors of #e15ca5

#e15ca5 #e15c63 #db5ce1

Monochromatic Colors of #e15ca5

#e15ca5

Complementary Color

#e15ca5 #5ce198

#e15ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ca5 Color CSS Codes

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

#e15ca5 Text Font Color

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

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


#e15ca5 Background Color

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

This div background color is #e15ca5


#e15ca5 Border Color

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

This div border color is #e15ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ca5


Comments

No comments written yet.

Please login to write comment.