Color Hex Logo

#e41bcb Color Hex

#E41BCB
(228,27,203)
0 Favorites   0 Comments

Color spaces of #e41bcb

RGB 22827203
HSL0.850.790.50
HSV307°88°89°
CMYK 0.000.880.11   0.11
XYZ43.166321.589658.3920
Yxy21.58960.35050.1753
Hunter Lab46.464684.5160-41.9844
CIE-Lab53.588884.3792-42.5097

#e41bcb color RGB value is (228,27,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011011 11001011
Octal 344 33 313
Decimal 228 27 203
Hex E4 1B CB

RGB Percentages of Color #e41bcb

%49.78
%5.90
%44.32

CMYK Percentages of Color #e41bcb

%0
%88
%11
%11

Triadic Colors of #e41bcb

#e41bcb #cbe41b #1bcbe4

Analogous Colors of #e41bcb

#e41bcb #e41b67 #991be4

Monochromatic Colors of #e41bcb

#e41bcb

Complementary Color

#e41bcb #1be434

#e41bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41bcb Color CSS Codes

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

#e41bcb Text Font Color

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

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


#e41bcb Background Color

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

This div background color is #e41bcb


#e41bcb Border Color

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

This div border color is #e41bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41bcb


Comments

No comments written yet.

Please login to write comment.