Color Hex Logo

#e478ec Color Hex

#E478EC
(228,120,236)
0 Favorites   0 Comments

Color spaces of #e478ec

RGB 228120236
HSL0.820.750.70
HSV296°49°93°
CMYK 0.030.490.00   0.07
XYZ53.851735.983183.4640
Yxy35.98310.31070.2076
Hunter Lab59.985955.2711-40.5056
CIE-Lab66.507058.1027-40.7853

#e478ec color RGB value is (228,120,236).

#e478ec hex color red value is 228, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e478ec hue: 0.82 , saturation: 0.75 and the lightness value of e478ec is 0.70.

The process color (four color CMYK) of #e478ec color hex is 0.03, 0.49, 0.00, 0.07. Web safe color of #e478ec is #cc66ff. Color #e478ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11101100
Octal 344 170 354
Decimal 228 120 236
Hex E4 78 EC

RGB Percentages of Color #e478ec

%39.04
%20.55
%40.41

CMYK Percentages of Color #e478ec

%3
%49
%0
%7

Triadic Colors of #e478ec

#e478ec #ece478 #78ece4

Analogous Colors of #e478ec

#e478ec #ec78ba #aa78ec

Monochromatic Colors of #e478ec

#e478ec

Complementary Color

#e478ec #80ec78

#e478ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478ec Color CSS Codes

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

#e478ec Text Font Color

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

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


#e478ec Background Color

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

This div background color is #e478ec


#e478ec Border Color

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

This div border color is #e478ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478ec


Comments

No comments written yet.

Please login to write comment.