Color Hex Logo

#e11bed Color Hex

#E11BED
(225,27,237)
0 Favorites   0 Comments

Color spaces of #e11bed

RGB 22527237
HSL0.820.850.52
HSV297°89°93°
CMYK 0.050.890.00   0.07
XYZ46.729322.905882.0791
Yxy22.90580.30800.1510
Hunter Lab47.860090.5279-68.1793
CIE-Lab54.975288.6997-59.6497

#e11bed color RGB value is (225,27,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011011 11101101
Octal 341 33 355
Decimal 225 27 237
Hex E1 1B ED

RGB Percentages of Color #e11bed

%46.01
%5.52
%48.47

CMYK Percentages of Color #e11bed

%5
%89
%0
%7

Triadic Colors of #e11bed

#e11bed #ede11b #1bede1

Analogous Colors of #e11bed

#e11bed #ed1b90 #781bed

Monochromatic Colors of #e11bed

#e11bed

Complementary Color

#e11bed #27ed1b

#e11bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11bed Color CSS Codes

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

#e11bed Text Font Color

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

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


#e11bed Background Color

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

This div background color is #e11bed


#e11bed Border Color

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

This div border color is #e11bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11bed


Comments

No comments written yet.

Please login to write comment.