Color Hex Logo

#e15295 Color Hex

#E15295
(225,82,149)
0 Favorites   0 Comments

Color spaces of #e15295

RGB 22582149
HSL0.920.700.60
HSV332°64°88°
CMYK 0.000.640.34   0.12
XYZ39.493424.212131.0256
Yxy24.21210.41690.2556
Hunter Lab49.205857.1570-2.9399
CIE-Lab56.299561.4699-6.9540

#e15295 color RGB value is (225,82,149).

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

The process color (four color CMYK) of #e15295 color hex is 0.00, 0.64, 0.34, 0.12. Web safe color of #e15295 is #cc6699. Color #e15295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 10010101
Octal 341 122 225
Decimal 225 82 149
Hex E1 52 95

RGB Percentages of Color #e15295

%49.34
%17.98
%32.68

CMYK Percentages of Color #e15295

%0
%64
%34
%12

Triadic Colors of #e15295

#e15295 #95e152 #5295e1

Analogous Colors of #e15295

#e15295 #e15752 #e152dd

Monochromatic Colors of #e15295

#e15295

Complementary Color

#e15295 #52e19e

#e15295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15295 Color CSS Codes

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

#e15295 Text Font Color

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

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


#e15295 Background Color

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

This div background color is #e15295


#e15295 Border Color

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

This div border color is #e15295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15295


Comments

No comments written yet.

Please login to write comment.