Color Hex Logo

#e11bcb Color Hex

#E11BCB
(225,27,203)
0 Favorites   0 Comments

Color spaces of #e11bcb

RGB 22527203
HSL0.850.790.49
HSV307°88°88°
CMYK 0.000.880.10   0.12
XYZ42.222821.103258.3479
Yxy21.10320.34700.1734
Hunter Lab45.938283.6713-43.1498
CIE-Lab53.062383.8281-43.3766

#e11bcb color RGB value is (225,27,203).

#e11bcb hex color red value is 225, green value is 27 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e11bcb hue: 0.85 , saturation: 0.79 and the lightness value of e11bcb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011011 11001011
Octal 341 33 313
Decimal 225 27 203
Hex E1 1B CB

RGB Percentages of Color #e11bcb

%49.45
%5.93
%44.62

CMYK Percentages of Color #e11bcb

%0
%88
%10
%12

Triadic Colors of #e11bcb

#e11bcb #cbe11b #1bcbe1

Analogous Colors of #e11bcb

#e11bcb #e11b68 #941be1

Monochromatic Colors of #e11bcb

#e11bcb

Complementary Color

#e11bcb #1be131

#e11bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11bcb Color CSS Codes

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

#e11bcb Text Font Color

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

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


#e11bcb Background Color

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

This div background color is #e11bcb


#e11bcb Border Color

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

This div border color is #e11bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11bcb


Comments

No comments written yet.

Please login to write comment.