Color Hex Logo

#e100b0 Color Hex

#E100B0
(225,0,176)
0 Favorites   0 Comments

Color spaces of #e100b0

RGB 2250176
HSL0.871.000.44
HSV313°100°88°
CMYK 0.001.000.22   0.12
XYZ38.887819.142142.7195
Yxy19.14210.38600.1900
Hunter Lab43.751782.0907-27.2651
CIE-Lab50.853083.0292-31.1511

#e100b0 color RGB value is (225,0,176).

#e100b0 hex color red value is 225, green value is 0 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #e100b0 hue: 0.87 , saturation: 1.00 and the lightness value of e100b0 is 0.44.

The process color (four color CMYK) of #e100b0 color hex is 0.00, 1.00, 0.22, 0.12. Web safe color of #e100b0 is #cc0099. Color #e100b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 10110000
Octal 341 0 260
Decimal 225 0 176
Hex E1 0 B0

RGB Percentages of Color #e100b0

%56.11
%0.00
%43.89

CMYK Percentages of Color #e100b0

%0
%100
%22
%12

Triadic Colors of #e100b0

#e100b0 #b0e100 #00b0e1

Analogous Colors of #e100b0

#e100b0 #e10040 #a200e1

Monochromatic Colors of #e100b0

#e100b0

Complementary Color

#e100b0 #00e131

#e100b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e100b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e100b0 Color CSS Codes

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

#e100b0 Text Font Color

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

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


#e100b0 Background Color

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

This div background color is #e100b0


#e100b0 Border Color

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

This div border color is #e100b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e100b0


Comments

No comments written yet.

Please login to write comment.