Color Hex Logo

#e32ddf Color Hex

#E32DDF
(227,45,223)
0 Favorites   0 Comments

Color spaces of #e32ddf

RGB 22745223
HSL0.840.760.53
HSV301°80°89°
CMYK 0.000.800.02   0.11
XYZ45.936223.535471.9337
Yxy23.53540.32490.1664
Hunter Lab48.513384.1195-53.9537
CIE-Lab55.619683.6767-50.7070

#e32ddf color RGB value is (227,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101101 11011111
Octal 343 55 337
Decimal 227 45 223
Hex E3 2D DF

RGB Percentages of Color #e32ddf

%45.86
%9.09
%45.05

CMYK Percentages of Color #e32ddf

%0
%80
%2
%11

Triadic Colors of #e32ddf

#e32ddf #dfe32d #2ddfe3

Analogous Colors of #e32ddf

#e32ddf #e32d84 #8c2de3

Monochromatic Colors of #e32ddf

#e32ddf

Complementary Color

#e32ddf #2de331

#e32ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32ddf Color CSS Codes

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

#e32ddf Text Font Color

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

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


#e32ddf Background Color

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

This div background color is #e32ddf


#e32ddf Border Color

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

This div border color is #e32ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,45,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32ddf


Comments

No comments written yet.

Please login to write comment.