Color Hex Logo

#e41bce Color Hex

#E41BCE
(228,27,206)
0 Favorites   0 Comments

Color spaces of #e41bce

RGB 22827206
HSL0.850.790.50
HSV307°88°89°
CMYK 0.000.880.10   0.11
XYZ43.527421.734160.2935
Yxy21.73410.34670.1731
Hunter Lab46.619885.0748-44.0459
CIE-Lab53.743784.7802-43.9876

#e41bce color RGB value is (228,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011011 11001110
Octal 344 33 316
Decimal 228 27 206
Hex E4 1B CE

RGB Percentages of Color #e41bce

%49.46
%5.86
%44.69

CMYK Percentages of Color #e41bce

%0
%88
%10
%11

Triadic Colors of #e41bce

#e41bce #cee41b #1bcee4

Analogous Colors of #e41bce

#e41bce #e41b6a #961be4

Monochromatic Colors of #e41bce

#e41bce

Complementary Color

#e41bce #1be431

#e41bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41bce Color CSS Codes

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

#e41bce Text Font Color

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

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


#e41bce Background Color

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

This div background color is #e41bce


#e41bce Border Color

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

This div border color is #e41bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41bce


Comments

No comments written yet.

Please login to write comment.