Color Hex Logo

#e15ceb Color Hex

#E15CEB
(225,92,235)
0 Favorites   0 Comments

Color spaces of #e15ceb

RGB 22592235
HSL0.820.780.64
HSV296°61°92°
CMYK 0.040.610.00   0.08
XYZ49.873929.660081.6936
Yxy29.66000.30930.1840
Hunter Lab54.461068.1587-50.8146
CIE-Lab61.359769.8405-48.3564

#e15ceb color RGB value is (225,92,235).

#e15ceb hex color red value is 225, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e15ceb hue: 0.82 , saturation: 0.78 and the lightness value of e15ceb is 0.64.

The process color (four color CMYK) of #e15ceb color hex is 0.04, 0.61, 0.00, 0.08. Web safe color of #e15ceb is #cc66ff. Color #e15ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11101011
Octal 341 134 353
Decimal 225 92 235
Hex E1 5C EB

RGB Percentages of Color #e15ceb

%40.76
%16.67
%42.57

CMYK Percentages of Color #e15ceb

%4
%61
%0
%8

Triadic Colors of #e15ceb

#e15ceb #ebe15c #5cebe1

Analogous Colors of #e15ceb

#e15ceb #eb5cae #9a5ceb

Monochromatic Colors of #e15ceb

#e15ceb

Complementary Color

#e15ceb #66eb5c

#e15ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ceb Color CSS Codes

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

#e15ceb Text Font Color

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

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


#e15ceb Background Color

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

This div background color is #e15ceb


#e15ceb Border Color

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

This div border color is #e15ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ceb


Comments

No comments written yet.

Please login to write comment.