Color Hex Logo

#e81edb Color Hex

#E81EDB
(232,30,219)
0 Favorites   0 Comments

Color spaces of #e81edb

RGB 23230219
HSL0.840.810.51
HSV304°87°91°
CMYK 0.000.870.06   0.09
XYZ46.529223.198869.0433
Yxy23.19880.33530.1672
Hunter Lab48.165188.1483-51.2749
CIE-Lab55.276586.8367-48.9334

#e81edb color RGB value is (232,30,219).

#e81edb hex color red value is 232, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e81edb hue: 0.84 , saturation: 0.81 and the lightness value of e81edb is 0.51.

The process color (four color CMYK) of #e81edb color hex is 0.00, 0.87, 0.06, 0.09. Web safe color of #e81edb is #ff33cc. Color #e81edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011110 11011011
Octal 350 36 333
Decimal 232 30 219
Hex E8 1E DB

RGB Percentages of Color #e81edb

%48.23
%6.24
%45.53

CMYK Percentages of Color #e81edb

%0
%87
%6
%9

Triadic Colors of #e81edb

#e81edb #dbe81e #1edbe8

Analogous Colors of #e81edb

#e81edb #e81e76 #901ee8

Monochromatic Colors of #e81edb

#e81edb

Complementary Color

#e81edb #1ee82b

#e81edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81edb Color CSS Codes

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

#e81edb Text Font Color

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

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


#e81edb Background Color

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

This div background color is #e81edb


#e81edb Border Color

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

This div border color is #e81edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81edb


Comments

No comments written yet.

Please login to write comment.