Color Hex Logo

#e12bdb Color Hex

#E12BDB
(225,43,219)
0 Favorites   0 Comments

Color spaces of #e12bdb

RGB 22543219
HSL0.840.750.53
HSV302°81°88°
CMYK 0.000.810.03   0.12
XYZ44.701422.849869.0723
Yxy22.84980.32720.1672
Hunter Lab47.801583.2712-52.2120
CIE-Lab54.917383.1560-49.5769

#e12bdb color RGB value is (225,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 11011011
Octal 341 53 333
Decimal 225 43 219
Hex E1 2B DB

RGB Percentages of Color #e12bdb

%46.20
%8.83
%44.97

CMYK Percentages of Color #e12bdb

%0
%81
%3
%12

Triadic Colors of #e12bdb

#e12bdb #dbe12b #2bdbe1

Analogous Colors of #e12bdb

#e12bdb #e12b80 #8c2be1

Monochromatic Colors of #e12bdb

#e12bdb

Complementary Color

#e12bdb #2be131

#e12bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bdb Color CSS Codes

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

#e12bdb Text Font Color

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

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


#e12bdb Background Color

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

This div background color is #e12bdb


#e12bdb Border Color

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

This div border color is #e12bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bdb


Comments

No comments written yet.

Please login to write comment.