Color Hex Logo

#e335ac Color Hex

#E335AC
(227,53,172)
0 Favorites   0 Comments

Color spaces of #e335ac

RGB 22753172
HSL0.890.760.55
HSV319°77°89°
CMYK 0.000.770.24   0.11
XYZ40.398121.855741.1191
Yxy21.85570.39080.2114
Hunter Lab46.750172.4344-19.4235
CIE-Lab53.873674.7542-24.0916

#e335ac color RGB value is (227,53,172).

#e335ac hex color red value is 227, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e335ac hue: 0.89 , saturation: 0.76 and the lightness value of e335ac is 0.55.

The process color (four color CMYK) of #e335ac color hex is 0.00, 0.77, 0.24, 0.11. Web safe color of #e335ac is #cc3399. Color #e335ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 10101100
Octal 343 65 254
Decimal 227 53 172
Hex E3 35 AC

RGB Percentages of Color #e335ac

%50.22
%11.73
%38.05

CMYK Percentages of Color #e335ac

%0
%77
%24
%11

Triadic Colors of #e335ac

#e335ac #ace335 #35ace3

Analogous Colors of #e335ac

#e335ac #e33555 #c335e3

Monochromatic Colors of #e335ac

#e335ac

Complementary Color

#e335ac #35e36c

#e335ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e335ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e335ac Color CSS Codes

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

#e335ac Text Font Color

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

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


#e335ac Background Color

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

This div background color is #e335ac


#e335ac Border Color

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

This div border color is #e335ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e335ac


Comments

No comments written yet.

Please login to write comment.