color codes Logo

#e80dcc color codes

#E80DCC
(232,13,204)
0 Favorites   0 Comments

Color spaces of #e80dcc

RGB 23213204
HSL0.850.890.48
HSV308°94°91°
CMYK 0.000.940.12   0.09
XYZ44.321721.803358.9992
Yxy21.80330.35420.1743
Hunter Lab46.694087.7167-42.2288
CIE-Lab53.817786.7917-42.6764

#e80dcc color RGB value is (232,13,204).

#e80dcc hex color red value is 232, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e80dcc hue: 0.85 , saturation: 0.89 and the lightness value of e80dcc is 0.48.

The process color (four color CMYK) of #e80dcc color code is 0.00, 0.94, 0.12, 0.09. Web safe color of #e80dcc is #ff00cc. Color #e80dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11001100
Octal 350 15 314
Decimal 232 13 204
Hex E8 D CC

RGB Percentages of Color #e80dcc

%51.67
%2.90
%45.43

CMYK Percentages of Color #e80dcc

%0
%94
%12
%9

Triadic Colors of #e80dcc

#e80dcc #cce80d #0dcce8

Analogous Colors of #e80dcc

#e80dcc #e80d5e #970de8

Monochromatic Colors of #e80dcc

#e80dcc

Complementary Color

#e80dcc #0de829

#e80dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80dcc Color CSS Codes

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

#e80dcc Text Font Color

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

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


#e80dcc Background Color

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

This div background color is #e80dcc


#e80dcc Border Color

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

This div border color is #e80dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,13,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e80dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80dcc


Comments

No comments written yet.

Please login to write comment.