Color Hex Logo

#e12cdb Color Hex

#E12CDB
(225,44,219)
0 Favorites   0 Comments

Color spaces of #e12cdb

RGB 22544219
HSL0.840.750.53
HSV302°80°88°
CMYK 0.000.800.03   0.12
XYZ44.738222.923469.0845
Yxy22.92340.32720.1676
Hunter Lab47.878483.0056-52.0356
CIE-Lab54.993382.9349-49.4558

#e12cdb color RGB value is (225,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 11011011
Octal 341 54 333
Decimal 225 44 219
Hex E1 2C DB

RGB Percentages of Color #e12cdb

%46.11
%9.02
%44.88

CMYK Percentages of Color #e12cdb

%0
%80
%3
%12

Triadic Colors of #e12cdb

#e12cdb #dbe12c #2cdbe1

Analogous Colors of #e12cdb

#e12cdb #e12c81 #8d2ce1

Monochromatic Colors of #e12cdb

#e12cdb

Complementary Color

#e12cdb #2ce132

#e12cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12cdb Color CSS Codes

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

#e12cdb Text Font Color

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

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


#e12cdb Background Color

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

This div background color is #e12cdb


#e12cdb Border Color

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

This div border color is #e12cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12cdb


Comments

No comments written yet.

Please login to write comment.