Color Hex Logo

#e83cdb Color Hex

#E83CDB
(232,60,219)
0 Favorites   0 Comments

Color spaces of #e83cdb

RGB 23260219
HSL0.850.790.57
HSV305°74°91°
CMYK 0.000.740.06   0.09
XYZ47.680825.502069.4272
Yxy25.50200.33430.1788
Hunter Lab50.499580.1626-46.1628
CIE-Lab57.561380.2131-45.3120

#e83cdb color RGB value is (232,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111100 11011011
Octal 350 74 333
Decimal 232 60 219
Hex E8 3C DB

RGB Percentages of Color #e83cdb

%45.40
%11.74
%42.86

CMYK Percentages of Color #e83cdb

%0
%74
%6
%9

Triadic Colors of #e83cdb

#e83cdb #dbe83c #3cdbe8

Analogous Colors of #e83cdb

#e83cdb #e83c85 #9f3ce8

Monochromatic Colors of #e83cdb

#e83cdb

Complementary Color

#e83cdb #3ce849

#e83cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83cdb Color CSS Codes

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

#e83cdb Text Font Color

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

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


#e83cdb Background Color

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

This div background color is #e83cdb


#e83cdb Border Color

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

This div border color is #e83cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83cdb


Comments

No comments written yet.

Please login to write comment.