Color Hex Logo

#e357a2 Color Hex

#E357A2
(227,87,162)
0 Favorites   0 Comments

Color spaces of #e357a2

RGB 22787162
HSL0.910.710.62
HSV328°62°89°
CMYK 0.000.620.29   0.11
XYZ41.608325.755936.9608
Yxy25.75590.39880.2469
Hunter Lab50.750357.5327-7.6550
CIE-Lab57.804661.5270-12.2666

#e357a2 color RGB value is (227,87,162).

#e357a2 hex color red value is 227, green value is 87 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #e357a2 hue: 0.91 , saturation: 0.71 and the lightness value of e357a2 is 0.62.

The process color (four color CMYK) of #e357a2 color hex is 0.00, 0.62, 0.29, 0.11. Web safe color of #e357a2 is #cc6699. Color #e357a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010111 10100010
Octal 343 127 242
Decimal 227 87 162
Hex E3 57 A2

RGB Percentages of Color #e357a2

%47.69
%18.28
%34.03

CMYK Percentages of Color #e357a2

%0
%62
%29
%11

Triadic Colors of #e357a2

#e357a2 #a2e357 #57a2e3

Analogous Colors of #e357a2

#e357a2 #e3575c #de57e3

Monochromatic Colors of #e357a2

#e357a2

Complementary Color

#e357a2 #57e398

#e357a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e357a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e357a2 Color CSS Codes

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

#e357a2 Text Font Color

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

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


#e357a2 Background Color

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

This div background color is #e357a2


#e357a2 Border Color

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

This div border color is #e357a2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,87,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e357a2


Comments

No comments written yet.

Please login to write comment.