Color Hex Logo

#e356bc Color Hex

#E356BC
(227,86,188)
0 Favorites   0 Comments

Color spaces of #e356bc

RGB 22786188
HSL0.880.720.61
HSV317°62°89°
CMYK 0.000.620.17   0.11
XYZ44.083426.617350.3912
Yxy26.61730.36400.2198
Hunter Lab51.592062.2357-21.7957
CIE-Lab58.618465.4027-26.0492

#e356bc color RGB value is (227,86,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010110 10111100
Octal 343 126 274
Decimal 227 86 188
Hex E3 56 BC

RGB Percentages of Color #e356bc

%45.31
%17.17
%37.52

CMYK Percentages of Color #e356bc

%0
%62
%17
%11

Triadic Colors of #e356bc

#e356bc #bce356 #56bce3

Analogous Colors of #e356bc

#e356bc #e35676 #c456e3

Monochromatic Colors of #e356bc

#e356bc

Complementary Color

#e356bc #56e37d

#e356bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e356bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e356bc Color CSS Codes

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

#e356bc Text Font Color

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

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


#e356bc Background Color

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

This div background color is #e356bc


#e356bc Border Color

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

This div border color is #e356bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e356bc


Comments

No comments written yet.

Please login to write comment.