Color Hex Logo

#e955ac Color Hex

#E955AC
(233,85,172)
0 Favorites   0 Comments

Color spaces of #e955ac

RGB 23385172
HSL0.900.770.62
HSV325°64°91°
CMYK 0.000.640.26   0.09
XYZ44.299226.799241.8677
Yxy26.79920.39210.2372
Hunter Lab51.767962.1533-11.7137
CIE-Lab58.788065.3022-16.4904

#e955ac color RGB value is (233,85,172).

#e955ac hex color red value is 233, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e955ac hue: 0.90 , saturation: 0.77 and the lightness value of e955ac is 0.62.

The process color (four color CMYK) of #e955ac color hex is 0.00, 0.64, 0.26, 0.09. Web safe color of #e955ac is #ff6699. Color #e955ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 10101100
Octal 351 125 254
Decimal 233 85 172
Hex E9 55 AC

RGB Percentages of Color #e955ac

%47.55
%17.35
%35.10

CMYK Percentages of Color #e955ac

%0
%64
%26
%9

Triadic Colors of #e955ac

#e955ac #ace955 #55ace9

Analogous Colors of #e955ac

#e955ac #e95562 #dc55e9

Monochromatic Colors of #e955ac

#e955ac

Complementary Color

#e955ac #55e992

#e955ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955ac Color CSS Codes

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

#e955ac Text Font Color

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

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


#e955ac Background Color

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

This div background color is #e955ac


#e955ac Border Color

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

This div border color is #e955ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955ac


Comments

No comments written yet.

Please login to write comment.