Color Hex Logo

#e83edb Color Hex

#E83EDB
(232,62,219)
0 Favorites   0 Comments

Color spaces of #e83edb

RGB 23262219
HSL0.850.790.58
HSV305°73°91°
CMYK 0.000.730.06   0.09
XYZ47.787525.715569.4627
Yxy25.71550.33430.1799
Hunter Lab50.710579.4680-45.7176
CIE-Lab57.766079.6268-44.9884

#e83edb color RGB value is (232,62,219).

#e83edb hex color red value is 232, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e83edb hue: 0.85 , saturation: 0.79 and the lightness value of e83edb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111110 11011011
Octal 350 76 333
Decimal 232 62 219
Hex E8 3E DB

RGB Percentages of Color #e83edb

%45.22
%12.09
%42.69

CMYK Percentages of Color #e83edb

%0
%73
%6
%9

Triadic Colors of #e83edb

#e83edb #dbe83e #3edbe8

Analogous Colors of #e83edb

#e83edb #e83e86 #a03ee8

Monochromatic Colors of #e83edb

#e83edb

Complementary Color

#e83edb #3ee84b

#e83edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83edb Color CSS Codes

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

#e83edb Text Font Color

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

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


#e83edb Background Color

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

This div background color is #e83edb


#e83edb Border Color

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

This div border color is #e83edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83edb


Comments

No comments written yet.

Please login to write comment.