Color Hex Logo

#e11cdb Color Hex

#E11CDB
(225,28,219)
0 Favorites   0 Comments

Color spaces of #e11cdb

RGB 22528219
HSL0.840.780.50
HSV302°88°88°
CMYK 0.000.880.03   0.12
XYZ44.252821.952568.9227
Yxy21.95250.32750.1625
Hunter Lab46.853586.5984-54.4197
CIE-Lab53.976685.9058-51.0746

#e11cdb color RGB value is (225,28,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 11011011
Octal 341 34 333
Decimal 225 28 219
Hex E1 1C DB

RGB Percentages of Color #e11cdb

%47.67
%5.93
%46.40

CMYK Percentages of Color #e11cdb

%0
%88
%3
%12

Triadic Colors of #e11cdb

#e11cdb #dbe11c #1cdbe1

Analogous Colors of #e11cdb

#e11cdb #e11c79 #851ce1

Monochromatic Colors of #e11cdb

#e11cdb

Complementary Color

#e11cdb #1ce122

#e11cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cdb Color CSS Codes

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

#e11cdb Text Font Color

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

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


#e11cdb Background Color

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

This div background color is #e11cdb


#e11cdb Border Color

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

This div border color is #e11cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cdb


Comments

No comments written yet.

Please login to write comment.