Color Hex Logo

#e478cc Color Hex

#E478CC
(228,120,204)
0 Favorites   0 Comments

Color spaces of #e478cc

RGB 228120204
HSL0.870.670.68
HSV313°47°89°
CMYK 0.000.470.11   0.11
XYZ49.610534.286661.1299
Yxy34.28660.34210.2364
Hunter Lab58.554848.7632-20.9091
CIE-Lab65.189452.6221-25.0096

#e478cc color RGB value is (228,120,204).

#e478cc hex color red value is 228, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e478cc hue: 0.87 , saturation: 0.67 and the lightness value of e478cc is 0.68.

The process color (four color CMYK) of #e478cc color hex is 0.00, 0.47, 0.11, 0.11. Web safe color of #e478cc is #cc66cc. Color #e478cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11001100
Octal 344 170 314
Decimal 228 120 204
Hex E4 78 CC

RGB Percentages of Color #e478cc

%41.30
%21.74
%36.96

CMYK Percentages of Color #e478cc

%0
%47
%11
%11

Triadic Colors of #e478cc

#e478cc #cce478 #78cce4

Analogous Colors of #e478cc

#e478cc #e47896 #c678e4

Monochromatic Colors of #e478cc

#e478cc

Complementary Color

#e478cc #78e490

#e478cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478cc Color CSS Codes

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

#e478cc Text Font Color

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

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


#e478cc Background Color

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

This div background color is #e478cc


#e478cc Border Color

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

This div border color is #e478cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478cc


Comments

No comments written yet.

Please login to write comment.