Color Hex Logo

#e32ddb Color Hex

#E32DDB
(227,45,219)
0 Favorites   0 Comments

Color spaces of #e32ddb

RGB 22745219
HSL0.840.760.53
HSV303°80°89°
CMYK 0.000.800.04   0.11
XYZ45.403123.322169.1264
Yxy23.32210.32940.1692
Hunter Lab48.293083.3058-51.0625
CIE-Lab55.402683.0883-48.7850

#e32ddb color RGB value is (227,45,219).

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

The process color (four color CMYK) of #e32ddb color hex is 0.00, 0.80, 0.04, 0.11. Web safe color of #e32ddb is #cc33cc. Color #e32ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101101 11011011
Octal 343 55 333
Decimal 227 45 219
Hex E3 2D DB

RGB Percentages of Color #e32ddb

%46.23
%9.16
%44.60

CMYK Percentages of Color #e32ddb

%0
%80
%4
%11

Triadic Colors of #e32ddb

#e32ddb #dbe32d #2ddbe3

Analogous Colors of #e32ddb

#e32ddb #e32d80 #902de3

Monochromatic Colors of #e32ddb

#e32ddb

Complementary Color

#e32ddb #2de335

#e32ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32ddb Color CSS Codes

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

#e32ddb Text Font Color

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

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


#e32ddb Background Color

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

This div background color is #e32ddb


#e32ddb Border Color

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

This div border color is #e32ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32ddb


Comments

No comments written yet.

Please login to write comment.