Color Hex Logo

#e12bbd Color Hex

#E12BBD
(225,43,189)
0 Favorites   0 Comments

Color spaces of #e12bbd

RGB 22543189
HSL0.870.750.53
HSV312°81°88°
CMYK 0.000.810.16   0.12
XYZ41.100521.409450.1103
Yxy21.40940.36490.1901
Hunter Lab46.270377.5831-31.8213
CIE-Lab53.394778.9846-34.7676

#e12bbd color RGB value is (225,43,189).

#e12bbd hex color red value is 225, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e12bbd hue: 0.87 , saturation: 0.75 and the lightness value of e12bbd is 0.53.

The process color (four color CMYK) of #e12bbd color hex is 0.00, 0.81, 0.16, 0.12. Web safe color of #e12bbd is #cc33cc. Color #e12bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 10111101
Octal 341 53 275
Decimal 225 43 189
Hex E1 2B BD

RGB Percentages of Color #e12bbd

%49.23
%9.41
%41.36

CMYK Percentages of Color #e12bbd

%0
%81
%16
%12

Triadic Colors of #e12bbd

#e12bbd #bde12b #2bbde1

Analogous Colors of #e12bbd

#e12bbd #e12b62 #aa2be1

Monochromatic Colors of #e12bbd

#e12bbd

Complementary Color

#e12bbd #2be14f

#e12bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bbd Color CSS Codes

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

#e12bbd Text Font Color

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

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


#e12bbd Background Color

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

This div background color is #e12bbd


#e12bbd Border Color

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

This div border color is #e12bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bbd


Comments

No comments written yet.

Please login to write comment.