Color Hex Logo

#e848cc Color Hex

#E848CC
(232,72,204)
0 Favorites   0 Comments

Color spaces of #e848cc

RGB 23272204
HSL0.860.780.60
HSV311°69°91°
CMYK 0.000.690.12   0.09
XYZ46.495226.150259.7237
Yxy26.15020.35130.1976
Hunter Lab51.137372.8062-33.4493
CIE-Lab58.179374.2285-35.8210

#e848cc color RGB value is (232,72,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001000 11001100
Octal 350 110 314
Decimal 232 72 204
Hex E8 48 CC

RGB Percentages of Color #e848cc

%45.67
%14.17
%40.16

CMYK Percentages of Color #e848cc

%0
%69
%12
%9

Triadic Colors of #e848cc

#e848cc #cce848 #48cce8

Analogous Colors of #e848cc

#e848cc #e8487c #b448e8

Monochromatic Colors of #e848cc

#e848cc

Complementary Color

#e848cc #48e864

#e848cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e848cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e848cc Color CSS Codes

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

#e848cc Text Font Color

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

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


#e848cc Background Color

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

This div background color is #e848cc


#e848cc Border Color

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

This div border color is #e848cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e848cc


Comments

No comments written yet.

Please login to write comment.