Color Hex Logo

#e357ea Color Hex

#E357EA
(227,87,234)
0 Favorites   0 Comments

Color spaces of #e357ea

RGB 22787234
HSL0.830.780.63
HSV297°63°92°
CMYK 0.030.630.00   0.08
XYZ49.938029.087880.8244
Yxy29.08780.31240.1820
Hunter Lab53.933170.8946-51.0991
CIE-Lab60.859072.1714-48.5729

#e357ea color RGB value is (227,87,234).

#e357ea hex color red value is 227, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e357ea hue: 0.83 , saturation: 0.78 and the lightness value of e357ea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010111 11101010
Octal 343 127 352
Decimal 227 87 234
Hex E3 57 EA

RGB Percentages of Color #e357ea

%41.42
%15.88
%42.70

CMYK Percentages of Color #e357ea

%3
%63
%0
%8

Triadic Colors of #e357ea

#e357ea #eae357 #57eae3

Analogous Colors of #e357ea

#e357ea #ea57a8 #9a57ea

Monochromatic Colors of #e357ea

#e357ea

Complementary Color

#e357ea #5eea57

#e357ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e357ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e357ea Color CSS Codes

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

#e357ea Text Font Color

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

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


#e357ea Background Color

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

This div background color is #e357ea


#e357ea Border Color

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

This div border color is #e357ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e357ea


Comments

No comments written yet.

Please login to write comment.