Color Hex Logo

#e32adb Color Hex

#E32ADB
(227,42,219)
0 Favorites   0 Comments

Color spaces of #e32adb

RGB 22742219
HSL0.840.770.53
HSV303°81°89°
CMYK 0.000.810.04   0.11
XYZ45.292723.101369.0896
Yxy23.10130.32940.1680
Hunter Lab48.063884.0969-51.5821
CIE-Lab55.176583.7456-49.1442

#e32adb color RGB value is (227,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101010 11011011
Octal 343 52 333
Decimal 227 42 219
Hex E3 2A DB

RGB Percentages of Color #e32adb

%46.52
%8.61
%44.88

CMYK Percentages of Color #e32adb

%0
%81
%4
%11

Triadic Colors of #e32adb

#e32adb #dbe32a #2adbe3

Analogous Colors of #e32adb

#e32adb #e32a7f #8f2ae3

Monochromatic Colors of #e32adb

#e32adb

Complementary Color

#e32adb #2ae332

#e32adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32adb Color CSS Codes

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

#e32adb Text Font Color

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

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


#e32adb Background Color

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

This div background color is #e32adb


#e32adb Border Color

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

This div border color is #e32adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32adb


Comments

No comments written yet.

Please login to write comment.