Color Hex Logo

#e830cc Color Hex

#E830CC
(232,48,204)
0 Favorites   0 Comments

Color spaces of #e830cc

RGB 23248204
HSL0.860.800.55
HSV309°79°91°
CMYK 0.000.790.12   0.09
XYZ45.234723.629359.3035
Yxy23.62930.35290.1844
Hunter Lab48.610081.0382-38.3060
CIE-Lab55.714781.2590-39.6855

#e830cc color RGB value is (232,48,204).

#e830cc hex color red value is 232, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e830cc hue: 0.86 , saturation: 0.80 and the lightness value of e830cc is 0.55.

The process color (four color CMYK) of #e830cc color hex is 0.00, 0.79, 0.12, 0.09. Web safe color of #e830cc is #ff33cc. Color #e830cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110000 11001100
Octal 350 60 314
Decimal 232 48 204
Hex E8 30 CC

RGB Percentages of Color #e830cc

%47.93
%9.92
%42.15

CMYK Percentages of Color #e830cc

%0
%79
%12
%9

Triadic Colors of #e830cc

#e830cc #cce830 #30cce8

Analogous Colors of #e830cc

#e830cc #e83070 #a830e8

Monochromatic Colors of #e830cc

#e830cc

Complementary Color

#e830cc #30e84c

#e830cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e830cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e830cc Color CSS Codes

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

#e830cc Text Font Color

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

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


#e830cc Background Color

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

This div background color is #e830cc


#e830cc Border Color

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

This div border color is #e830cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e830cc


Comments

No comments written yet.

Please login to write comment.