Color Hex Logo

#e10ceb Color Hex

#E10CEB
(225,12,235)
0 Favorites   0 Comments

Color spaces of #e10ceb

RGB 22512235
HSL0.830.900.48
HSV297°95°92°
CMYK 0.040.950.00   0.08
XYZ46.178222.268780.4617
Yxy22.26870.31010.1495
Hunter Lab47.189792.0918-68.0607
CIE-Lab54.310990.0052-59.5914

#e10ceb color RGB value is (225,12,235).

#e10ceb hex color red value is 225, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e10ceb hue: 0.83 , saturation: 0.90 and the lightness value of e10ceb is 0.48.

The process color (four color CMYK) of #e10ceb color hex is 0.04, 0.95, 0.00, 0.08. Web safe color of #e10ceb is #cc00ff. Color #e10ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 11101011
Octal 341 14 353
Decimal 225 12 235
Hex E1 C EB

RGB Percentages of Color #e10ceb

%47.67
%2.54
%49.79

CMYK Percentages of Color #e10ceb

%4
%95
%0
%8

Triadic Colors of #e10ceb

#e10ceb #ebe10c #0cebe1

Analogous Colors of #e10ceb

#e10ceb #eb0c86 #720ceb

Monochromatic Colors of #e10ceb

#e10ceb

Complementary Color

#e10ceb #16eb0c

#e10ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10ceb Color CSS Codes

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

#e10ceb Text Font Color

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

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


#e10ceb Background Color

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

This div background color is #e10ceb


#e10ceb Border Color

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

This div border color is #e10ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10ceb


Comments

No comments written yet.

Please login to write comment.