Color Hex Logo

#e479ea Color Hex

#E479EA
(228,121,234)
0 Favorites   0 Comments

Color spaces of #e479ea

RGB 228121234
HSL0.820.730.70
HSV297°48°92°
CMYK 0.030.480.00   0.08
XYZ53.683636.109281.9822
Yxy36.10920.31250.2102
Hunter Lab60.090954.3079-38.8258
CIE-Lab66.603357.2568-39.5296

#e479ea color RGB value is (228,121,234).

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

The process color (four color CMYK) of #e479ea color hex is 0.03, 0.48, 0.00, 0.08. Web safe color of #e479ea is #cc66ff. Color #e479ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 11101010
Octal 344 171 352
Decimal 228 121 234
Hex E4 79 EA

RGB Percentages of Color #e479ea

%39.11
%20.75
%40.14

CMYK Percentages of Color #e479ea

%3
%48
%0
%8

Triadic Colors of #e479ea

#e479ea #eae479 #79eae4

Analogous Colors of #e479ea

#e479ea #ea79b8 #ac79ea

Monochromatic Colors of #e479ea

#e479ea

Complementary Color

#e479ea #7fea79

#e479ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e479ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e479ea Color CSS Codes

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

#e479ea Text Font Color

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

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


#e479ea Background Color

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

This div background color is #e479ea


#e479ea Border Color

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

This div border color is #e479ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e479ea


Comments

No comments written yet.

Please login to write comment.