Color Hex Logo

#e15ce6 Color Hex

#E15CE6
(225,92,230)
0 Favorites   0 Comments

Color spaces of #e15ce6

RGB 22592230
HSL0.830.730.63
HSV298°60°90°
CMYK 0.020.600.00   0.10
XYZ49.161429.375077.9418
Yxy29.37500.31420.1877
Hunter Lab54.198767.0622-47.3244
CIE-Lab61.111268.9823-45.9592

#e15ce6 color RGB value is (225,92,230).

#e15ce6 hex color red value is 225, green value is 92 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #e15ce6 hue: 0.83 , saturation: 0.73 and the lightness value of e15ce6 is 0.63.

The process color (four color CMYK) of #e15ce6 color hex is 0.02, 0.60, 0.00, 0.10. Web safe color of #e15ce6 is #cc66ff. Color #e15ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11100110
Octal 341 134 346
Decimal 225 92 230
Hex E1 5C E6

RGB Percentages of Color #e15ce6

%41.13
%16.82
%42.05

CMYK Percentages of Color #e15ce6

%2
%60
%0
%10

Triadic Colors of #e15ce6

#e15ce6 #e6e15c #5ce6e1

Analogous Colors of #e15ce6

#e15ce6 #e65ca6 #9c5ce6

Monochromatic Colors of #e15ce6

#e15ce6

Complementary Color

#e15ce6 #61e65c

#e15ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ce6 Color CSS Codes

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

#e15ce6 Text Font Color

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

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


#e15ce6 Background Color

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

This div background color is #e15ce6


#e15ce6 Border Color

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

This div border color is #e15ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ce6


Comments

No comments written yet.

Please login to write comment.