color codes Logo

#e12bb7 color codes

#E12BB7
(225,43,183)
0 Favorites   0 Comments

Color spaces of #e12bb7

RGB 22543183
HSL0.870.750.53
HSV314°81°88°
CMYK 0.000.810.19   0.12
XYZ40.462521.154246.7503
Yxy21.15420.37340.1952
Hunter Lab45.993776.5446-28.0697
CIE-Lab53.117878.2113-31.7135

#e12bb7 color RGB value is (225,43,183).

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

The process color (four color CMYK) of #e12bb7 color code is 0.00, 0.81, 0.19, 0.12. Web safe color of #e12bb7 is #cc33cc. Color #e12bb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 10110111
Octal 341 53 267
Decimal 225 43 183
Hex E1 2B B7

RGB Percentages of Color #e12bb7

%49.89
%9.53
%40.58

CMYK Percentages of Color #e12bb7

%0
%81
%19
%12

Triadic Colors of #e12bb7

#e12bb7 #b7e12b #2bb7e1

Analogous Colors of #e12bb7

#e12bb7 #e12b5c #b02be1

Monochromatic Colors of #e12bb7

#e12bb7

Complementary Color

#e12bb7 #2be155

#e12bb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bb7 Color CSS Codes

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

#e12bb7 Text Font Color

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

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


#e12bb7 Background Color

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

This div background color is #e12bb7


#e12bb7 Border Color

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

This div border color is #e12bb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bb7


Comments

No comments written yet.

Please login to write comment.