Color Hex Logo

#e12bed Color Hex

#E12BED
(225,43,237)
0 Favorites   0 Comments

Color spaces of #e12bed

RGB 22543237
HSL0.820.840.55
HSV296°82°93°
CMYK 0.050.820.00   0.07
XYZ47.201323.849782.2364
Yxy23.84970.30790.1556
Hunter Lab48.836287.0612-65.6546
CIE-Lab55.937085.8781-58.1076

#e12bed color RGB value is (225,43,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 11101101
Octal 341 53 355
Decimal 225 43 237
Hex E1 2B ED

RGB Percentages of Color #e12bed

%44.55
%8.51
%46.93

CMYK Percentages of Color #e12bed

%5
%82
%0
%7

Triadic Colors of #e12bed

#e12bed #ede12b #2bede1

Analogous Colors of #e12bed

#e12bed #ed2b98 #802bed

Monochromatic Colors of #e12bed

#e12bed

Complementary Color

#e12bed #37ed2b

#e12bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bed Color CSS Codes

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

#e12bed Text Font Color

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

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


#e12bed Background Color

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

This div background color is #e12bed


#e12bed Border Color

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

This div border color is #e12bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bed


Comments

No comments written yet.

Please login to write comment.