Color Hex Logo

#e478cd Color Hex

#E478CD
(228,120,205)
0 Favorites   0 Comments

Color spaces of #e478cd

RGB 228120205
HSL0.870.670.68
HSV313°47°89°
CMYK 0.000.470.10   0.11
XYZ49.730834.334761.7638
Yxy34.33470.34100.2354
Hunter Lab58.595848.9519-21.4784
CIE-Lab65.227452.7836-25.5125

#e478cd color RGB value is (228,120,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11001101
Octal 344 170 315
Decimal 228 120 205
Hex E4 78 CD

RGB Percentages of Color #e478cd

%41.23
%21.70
%37.07

CMYK Percentages of Color #e478cd

%0
%47
%10
%11

Triadic Colors of #e478cd

#e478cd #cde478 #78cde4

Analogous Colors of #e478cd

#e478cd #e47897 #c578e4

Monochromatic Colors of #e478cd

#e478cd

Complementary Color

#e478cd #78e48f

#e478cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478cd Color CSS Codes

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

#e478cd Text Font Color

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

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


#e478cd Background Color

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

This div background color is #e478cd


#e478cd Border Color

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

This div border color is #e478cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,120,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478cd


Comments

No comments written yet.

Please login to write comment.