Color Hex Logo

#e12bbf Color Hex

#E12BBF
(225,43,191)
0 Favorites   0 Comments

Color spaces of #e12bbf

RGB 22543191
HSL0.860.750.53
HSV311°81°88°
CMYK 0.000.810.15   0.12
XYZ41.319221.496951.2618
Yxy21.49690.36220.1884
Hunter Lab46.364777.9368-33.0969
CIE-Lab53.489179.2471-35.7787

#e12bbf color RGB value is (225,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 10111111
Octal 341 53 277
Decimal 225 43 191
Hex E1 2B BF

RGB Percentages of Color #e12bbf

%49.02
%9.37
%41.61

CMYK Percentages of Color #e12bbf

%0
%81
%15
%12

Triadic Colors of #e12bbf

#e12bbf #bfe12b #2bbfe1

Analogous Colors of #e12bbf

#e12bbf #e12b64 #a82be1

Monochromatic Colors of #e12bbf

#e12bbf

Complementary Color

#e12bbf #2be14d

#e12bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bbf Color CSS Codes

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

#e12bbf Text Font Color

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

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


#e12bbf Background Color

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

This div background color is #e12bbf


#e12bbf Border Color

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

This div border color is #e12bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bbf


Comments

No comments written yet.

Please login to write comment.