Color Hex Logo

#e41bed Color Hex

#E41BED
(228,27,237)
0 Favorites   0 Comments

Color spaces of #e41bed

RGB 22827237
HSL0.830.850.52
HSV297°89°93°
CMYK 0.040.890.00   0.07
XYZ47.672923.392382.1233
Yxy23.39230.31120.1527
Hunter Lab48.365691.3038-66.8167
CIE-Lab55.474189.1875-58.8221

#e41bed color RGB value is (228,27,237).

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

The process color (four color CMYK) of #e41bed color hex is 0.04, 0.89, 0.00, 0.07. Web safe color of #e41bed is #cc33ff. Color #e41bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011011 11101101
Octal 344 33 355
Decimal 228 27 237
Hex E4 1B ED

RGB Percentages of Color #e41bed

%46.34
%5.49
%48.17

CMYK Percentages of Color #e41bed

%4
%89
%0
%7

Triadic Colors of #e41bed

#e41bed #ede41b #1bede4

Analogous Colors of #e41bed

#e41bed #ed1b8d #7b1bed

Monochromatic Colors of #e41bed

#e41bed

Complementary Color

#e41bed #24ed1b

#e41bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41bed Color CSS Codes

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

#e41bed Text Font Color

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

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


#e41bed Background Color

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

This div background color is #e41bed


#e41bed Border Color

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

This div border color is #e41bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41bed


Comments

No comments written yet.

Please login to write comment.