Color Hex Logo

#e478cf Color Hex

#E478CF
(228,120,207)
0 Favorites   0 Comments

Color spaces of #e478cf

RGB 228120207
HSL0.870.670.68
HSV312°47°89°
CMYK 0.000.470.09   0.11
XYZ49.973934.431963.0436
Yxy34.43190.33890.2335
Hunter Lab58.678749.3324-22.6253
CIE-Lab65.304053.1090-26.5162

#e478cf color RGB value is (228,120,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11001111
Octal 344 170 317
Decimal 228 120 207
Hex E4 78 CF

RGB Percentages of Color #e478cf

%41.08
%21.62
%37.30

CMYK Percentages of Color #e478cf

%0
%47
%9
%11

Triadic Colors of #e478cf

#e478cf #cfe478 #78cfe4

Analogous Colors of #e478cf

#e478cf #e47899 #c378e4

Monochromatic Colors of #e478cf

#e478cf

Complementary Color

#e478cf #78e48d

#e478cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478cf Color CSS Codes

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

#e478cf Text Font Color

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

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


#e478cf Background Color

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

This div background color is #e478cf


#e478cf Border Color

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

This div border color is #e478cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478cf


Comments

No comments written yet.

Please login to write comment.