Color Hex Logo

#e350ac Color Hex

#E350AC
(227,80,172)
0 Favorites   0 Comments

Color spaces of #e350ac

RGB 22780172
HSL0.900.720.60
HSV322°65°89°
CMYK 0.000.650.24   0.11
XYZ41.993625.046841.6509
Yxy25.04680.38640.2304
Hunter Lab50.046862.1952-14.3107
CIE-Lab57.121065.6420-19.1131

#e350ac color RGB value is (227,80,172).

#e350ac hex color red value is 227, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e350ac hue: 0.90 , saturation: 0.72 and the lightness value of e350ac is 0.60.

The process color (four color CMYK) of #e350ac color hex is 0.00, 0.65, 0.24, 0.11. Web safe color of #e350ac is #cc6699. Color #e350ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 10101100
Octal 343 120 254
Decimal 227 80 172
Hex E3 50 AC

RGB Percentages of Color #e350ac

%47.39
%16.70
%35.91

CMYK Percentages of Color #e350ac

%0
%65
%24
%11

Triadic Colors of #e350ac

#e350ac #ace350 #50ace3

Analogous Colors of #e350ac

#e350ac #e35063 #d150e3

Monochromatic Colors of #e350ac

#e350ac

Complementary Color

#e350ac #50e387

#e350ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350ac Color CSS Codes

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

#e350ac Text Font Color

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

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


#e350ac Background Color

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

This div background color is #e350ac


#e350ac Border Color

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

This div border color is #e350ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350ac


Comments

No comments written yet.

Please login to write comment.