Color Hex Logo

#e359be Color Hex

#E359BE
(227,89,190)
0 Favorites   0 Comments

Color spaces of #e359be

RGB 22789190
HSL0.880.710.62
HSV316°61°89°
CMYK 0.000.610.16   0.11
XYZ44.545227.193451.6162
Yxy27.19340.36110.2204
Hunter Lab52.147361.2203-22.1831
CIE-Lab59.152964.4456-26.3712

#e359be color RGB value is (227,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011001 10111110
Octal 343 131 276
Decimal 227 89 190
Hex E3 59 BE

RGB Percentages of Color #e359be

%44.86
%17.59
%37.55

CMYK Percentages of Color #e359be

%0
%61
%16
%11

Triadic Colors of #e359be

#e359be #bee359 #59bee3

Analogous Colors of #e359be

#e359be #e35979 #c359e3

Monochromatic Colors of #e359be

#e359be

Complementary Color

#e359be #59e37e

#e359be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e359be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e359be Color CSS Codes

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

#e359be Text Font Color

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

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


#e359be Background Color

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

This div background color is #e359be


#e359be Border Color

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

This div border color is #e359be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e359be


Comments

No comments written yet.

Please login to write comment.