Color Hex Logo

#e15cce Color Hex

#E15CCE
(225,92,206)
0 Favorites   0 Comments

Color spaces of #e15cce

RGB 22592206
HSL0.860.690.62
HSV309°59°88°
CMYK 0.000.590.08   0.12
XYZ46.019128.118161.3944
Yxy28.11810.33950.2075
Hunter Lab53.026562.1150-31.5278
CIE-Lab59.995365.0518-34.2026

#e15cce color RGB value is (225,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11001110
Octal 341 134 316
Decimal 225 92 206
Hex E1 5C CE

RGB Percentages of Color #e15cce

%43.02
%17.59
%39.39

CMYK Percentages of Color #e15cce

%0
%59
%8
%12

Triadic Colors of #e15cce

#e15cce #cee15c #5ccee1

Analogous Colors of #e15cce

#e15cce #e15c8c #b25ce1

Monochromatic Colors of #e15cce

#e15cce

Complementary Color

#e15cce #5ce16f

#e15cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15cce Color CSS Codes

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

#e15cce Text Font Color

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

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


#e15cce Background Color

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

This div background color is #e15cce


#e15cce Border Color

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

This div border color is #e15cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15cce


Comments

No comments written yet.

Please login to write comment.