Color Hex Logo

#e12bee Color Hex

#E12BEE
(225,43,238)
0 Favorites   0 Comments

Color spaces of #e12bee

RGB 22543238
HSL0.820.850.55
HSV296°82°93°
CMYK 0.050.820.00   0.07
XYZ47.347823.908483.0082
Yxy23.90840.30690.1550
Hunter Lab48.896287.2790-66.4258
CIE-Lab55.996086.0332-58.5740

#e12bee color RGB value is (225,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 11101110
Octal 341 53 356
Decimal 225 43 238
Hex E1 2B EE

RGB Percentages of Color #e12bee

%44.47
%8.50
%47.04

CMYK Percentages of Color #e12bee

%5
%82
%0
%7

Triadic Colors of #e12bee

#e12bee #eee12b #2beee1

Analogous Colors of #e12bee

#e12bee #ee2b9a #802bee

Monochromatic Colors of #e12bee

#e12bee

Complementary Color

#e12bee #38ee2b

#e12bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bee Color CSS Codes

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

#e12bee Text Font Color

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

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


#e12bee Background Color

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

This div background color is #e12bee


#e12bee Border Color

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

This div border color is #e12bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,43,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bee


Comments

No comments written yet.

Please login to write comment.