Color Hex Logo

#e353ea Color Hex

#E353EA
(227,83,234)
0 Favorites   0 Comments

Color spaces of #e353ea

RGB 22783234
HSL0.830.780.62
HSV297°65°92°
CMYK 0.030.650.00   0.08
XYZ49.623128.457980.7194
Yxy28.45790.31250.1792
Hunter Lab53.345972.6876-52.3714
CIE-Lab60.300273.7304-49.4580

#e353ea color RGB value is (227,83,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 11101010
Octal 343 123 352
Decimal 227 83 234
Hex E3 53 EA

RGB Percentages of Color #e353ea

%41.73
%15.26
%43.01

CMYK Percentages of Color #e353ea

%3
%65
%0
%8

Triadic Colors of #e353ea

#e353ea #eae353 #53eae3

Analogous Colors of #e353ea

#e353ea #ea53a6 #9853ea

Monochromatic Colors of #e353ea

#e353ea

Complementary Color

#e353ea #5aea53

#e353ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353ea Color CSS Codes

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

#e353ea Text Font Color

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

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


#e353ea Background Color

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

This div background color is #e353ea


#e353ea Border Color

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

This div border color is #e353ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353ea


Comments

No comments written yet.

Please login to write comment.