Color Hex Logo

#e357bb Color Hex

#E357BB
(227,87,187)
0 Favorites   0 Comments

Color spaces of #e357bb

RGB 22787187
HSL0.880.710.62
HSV317°62°89°
CMYK 0.000.620.18   0.11
XYZ44.056426.735149.8521
Yxy26.73510.36520.2216
Hunter Lab51.706061.6065-20.9700
CIE-Lab58.728364.8499-25.3060

#e357bb color RGB value is (227,87,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010111 10111011
Octal 343 127 273
Decimal 227 87 187
Hex E3 57 BB

RGB Percentages of Color #e357bb

%45.31
%17.37
%37.33

CMYK Percentages of Color #e357bb

%0
%62
%18
%11

Triadic Colors of #e357bb

#e357bb #bbe357 #57bbe3

Analogous Colors of #e357bb

#e357bb #e35775 #c557e3

Monochromatic Colors of #e357bb

#e357bb

Complementary Color

#e357bb #57e37f

#e357bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e357bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e357bb Color CSS Codes

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

#e357bb Text Font Color

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

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


#e357bb Background Color

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

This div background color is #e357bb


#e357bb Border Color

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

This div border color is #e357bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e357bb


Comments

No comments written yet.

Please login to write comment.