Color Hex Logo

#e11cbe Color Hex

#E11CBE
(225,28,190)
0 Favorites   0 Comments

Color spaces of #e11cbe

RGB 22528190
HSL0.860.780.50
HSV311°88°88°
CMYK 0.000.880.16   0.12
XYZ40.760920.555850.5345
Yxy20.55580.36440.1838
Hunter Lab45.338581.1354-34.3479
CIE-Lab52.459981.9697-36.8139

#e11cbe color RGB value is (225,28,190).

#e11cbe hex color red value is 225, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e11cbe hue: 0.86 , saturation: 0.78 and the lightness value of e11cbe is 0.50.

The process color (four color CMYK) of #e11cbe color hex is 0.00, 0.88, 0.16, 0.12. Web safe color of #e11cbe is #cc33cc. Color #e11cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 10111110
Octal 341 34 276
Decimal 225 28 190
Hex E1 1C BE

RGB Percentages of Color #e11cbe

%50.79
%6.32
%42.89

CMYK Percentages of Color #e11cbe

%0
%88
%16
%12

Triadic Colors of #e11cbe

#e11cbe #bee11c #1cbee1

Analogous Colors of #e11cbe

#e11cbe #e11c5c #a21ce1

Monochromatic Colors of #e11cbe

#e11cbe

Complementary Color

#e11cbe #1ce13f

#e11cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cbe Color CSS Codes

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

#e11cbe Text Font Color

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

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


#e11cbe Background Color

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

This div background color is #e11cbe


#e11cbe Border Color

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

This div border color is #e11cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cbe


Comments

No comments written yet.

Please login to write comment.