Color Hex Logo

#e355bb Color Hex

#E355BB
(227,85,187)
0 Favorites   0 Comments

Color spaces of #e355bb

RGB 22785187
HSL0.880.720.61
HSV317°63°89°
CMYK 0.000.630.18   0.11
XYZ43.896726.415749.7988
Yxy26.41570.36550.2199
Hunter Lab51.396262.5107-21.4699
CIE-Lab58.429565.6696-25.7662

#e355bb color RGB value is (227,85,187).

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

The process color (four color CMYK) of #e355bb color hex is 0.00, 0.63, 0.18, 0.11. Web safe color of #e355bb is #cc66cc. Color #e355bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 10111011
Octal 343 125 273
Decimal 227 85 187
Hex E3 55 BB

RGB Percentages of Color #e355bb

%45.49
%17.03
%37.47

CMYK Percentages of Color #e355bb

%0
%63
%18
%11

Triadic Colors of #e355bb

#e355bb #bbe355 #55bbe3

Analogous Colors of #e355bb

#e355bb #e35574 #c455e3

Monochromatic Colors of #e355bb

#e355bb

Complementary Color

#e355bb #55e37d

#e355bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355bb Color CSS Codes

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

#e355bb Text Font Color

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

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


#e355bb Background Color

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

This div background color is #e355bb


#e355bb Border Color

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

This div border color is #e355bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355bb


Comments

No comments written yet.

Please login to write comment.