Color Hex Logo

#e354e1 Color Hex

#E354E1
(227,84,225)
0 Favorites   0 Comments

Color spaces of #e354e1

RGB 22784225
HSL0.840.720.61
HSV301°63°89°
CMYK 0.000.630.01   0.11
XYZ48.439528.107874.1065
Yxy28.10780.32150.1866
Hunter Lab53.016870.3095-45.7634
CIE-Lab59.986071.8579-44.9151

#e354e1 color RGB value is (227,84,225).

#e354e1 hex color red value is 227, green value is 84 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #e354e1 hue: 0.84 , saturation: 0.72 and the lightness value of e354e1 is 0.61.

The process color (four color CMYK) of #e354e1 color hex is 0.00, 0.63, 0.01, 0.11. Web safe color of #e354e1 is #cc66cc. Color #e354e1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 11100001
Octal 343 124 341
Decimal 227 84 225
Hex E3 54 E1

RGB Percentages of Color #e354e1

%42.35
%15.67
%41.98

CMYK Percentages of Color #e354e1

%0
%63
%1
%11

Triadic Colors of #e354e1

#e354e1 #e1e354 #54e1e3

Analogous Colors of #e354e1

#e354e1 #e3549a #9e54e3

Monochromatic Colors of #e354e1

#e354e1

Complementary Color

#e354e1 #54e356

#e354e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e354e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e354e1 Color CSS Codes

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

#e354e1 Text Font Color

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

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


#e354e1 Background Color

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

This div background color is #e354e1


#e354e1 Border Color

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

This div border color is #e354e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e354e1


Comments

No comments written yet.

Please login to write comment.