Color Hex Logo

#e12cbd Color Hex

#E12CBD
(225,44,189)
0 Favorites   0 Comments

Color spaces of #e12cbd

RGB 22544189
HSL0.870.750.53
HSV312°80°88°
CMYK 0.000.800.16   0.12
XYZ41.137321.483050.1226
Yxy21.48300.36490.1905
Hunter Lab46.349877.3140-31.6713
CIE-Lab53.474178.7551-34.6433

#e12cbd color RGB value is (225,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 10111101
Octal 341 54 275
Decimal 225 44 189
Hex E1 2C BD

RGB Percentages of Color #e12cbd

%49.13
%9.61
%41.27

CMYK Percentages of Color #e12cbd

%0
%80
%16
%12

Triadic Colors of #e12cbd

#e12cbd #bde12c #2cbde1

Analogous Colors of #e12cbd

#e12cbd #e12c63 #ab2ce1

Monochromatic Colors of #e12cbd

#e12cbd

Complementary Color

#e12cbd #2ce150

#e12cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12cbd Color CSS Codes

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

#e12cbd Text Font Color

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

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


#e12cbd Background Color

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

This div background color is #e12cbd


#e12cbd Border Color

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

This div border color is #e12cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12cbd


Comments

No comments written yet.

Please login to write comment.