Color Hex Logo

#e355ab Color Hex

#E355AB
(227,85,171)
0 Favorites   0 Comments

Color spaces of #e355ab

RGB 22785171
HSL0.900.720.61
HSV324°63°89°
CMYK 0.000.630.25   0.11
XYZ42.277725.768241.2735
Yxy25.76820.38670.2357
Hunter Lab50.762459.8304-12.6734
CIE-Lab57.816463.5015-17.4743

#e355ab color RGB value is (227,85,171).

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

The process color (four color CMYK) of #e355ab color hex is 0.00, 0.63, 0.25, 0.11. Web safe color of #e355ab is #cc6699. Color #e355ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 10101011
Octal 343 125 253
Decimal 227 85 171
Hex E3 55 AB

RGB Percentages of Color #e355ab

%47.00
%17.60
%35.40

CMYK Percentages of Color #e355ab

%0
%63
%25
%11

Triadic Colors of #e355ab

#e355ab #abe355 #55abe3

Analogous Colors of #e355ab

#e355ab #e35564 #d455e3

Monochromatic Colors of #e355ab

#e355ab

Complementary Color

#e355ab #55e38d

#e355ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355ab Color CSS Codes

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

#e355ab Text Font Color

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

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


#e355ab Background Color

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

This div background color is #e355ab


#e355ab Border Color

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

This div border color is #e355ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355ab


Comments

No comments written yet.

Please login to write comment.