Color Hex Logo

#e80cdb Color Hex

#E80CDB
(232,12,219)
0 Favorites   0 Comments

Color spaces of #e80cdb

RGB 23212219
HSL0.840.900.48
HSV304°95°91°
CMYK 0.000.950.06   0.09
XYZ46.196422.533268.9324
Yxy22.53320.33560.1637
Hunter Lab47.469190.6430-52.8697
CIE-Lab54.588288.8617-50.0281

#e80cdb color RGB value is (232,12,219).

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

The process color (four color CMYK) of #e80cdb color hex is 0.00, 0.95, 0.06, 0.09. Web safe color of #e80cdb is #ff00cc. Color #e80cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 11011011
Octal 350 14 333
Decimal 232 12 219
Hex E8 C DB

RGB Percentages of Color #e80cdb

%50.11
%2.59
%47.30

CMYK Percentages of Color #e80cdb

%0
%95
%6
%9

Triadic Colors of #e80cdb

#e80cdb #dbe80c #0cdbe8

Analogous Colors of #e80cdb

#e80cdb #e80c6d #870ce8

Monochromatic Colors of #e80cdb

#e80cdb

Complementary Color

#e80cdb #0ce819

#e80cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80cdb Color CSS Codes

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

#e80cdb Text Font Color

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

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


#e80cdb Background Color

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

This div background color is #e80cdb


#e80cdb Border Color

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

This div border color is #e80cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80cdb


Comments

No comments written yet.

Please login to write comment.