Color Hex Logo

#e359bb Color Hex

#E359BB
(227,89,187)
0 Favorites   0 Comments

Color spaces of #e359bb

RGB 22789187
HSL0.880.710.62
HSV317°61°89°
CMYK 0.000.610.18   0.11
XYZ44.220627.063549.9068
Yxy27.06350.36490.2233
Hunter Lab52.022660.6903-20.4628
CIE-Lab59.033164.0166-24.8370

#e359bb color RGB value is (227,89,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011001 10111011
Octal 343 131 273
Decimal 227 89 187
Hex E3 59 BB

RGB Percentages of Color #e359bb

%45.13
%17.69
%37.18

CMYK Percentages of Color #e359bb

%0
%61
%18
%11

Triadic Colors of #e359bb

#e359bb #bbe359 #59bbe3

Analogous Colors of #e359bb

#e359bb #e35976 #c659e3

Monochromatic Colors of #e359bb

#e359bb

Complementary Color

#e359bb #59e381

#e359bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e359bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e359bb Color CSS Codes

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

#e359bb Text Font Color

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

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


#e359bb Background Color

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

This div background color is #e359bb


#e359bb Border Color

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

This div border color is #e359bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e359bb


Comments

No comments written yet.

Please login to write comment.