Color Hex Logo

#e756ec Color Hex

#E756EC
(231,86,236)
0 Favorites   0 Comments

Color spaces of #e756ec

RGB 23186236
HSL0.830.800.63
HSV298°64°93°
CMYK 0.020.640.00   0.07
XYZ51.423129.700682.3794
Yxy29.70060.31450.1817
Hunter Lab54.498373.0559-51.4738
CIE-Lab61.395073.8216-48.8027

#e756ec color RGB value is (231,86,236).

#e756ec hex color red value is 231, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e756ec hue: 0.83 , saturation: 0.80 and the lightness value of e756ec is 0.63.

The process color (four color CMYK) of #e756ec color hex is 0.02, 0.64, 0.00, 0.07. Web safe color of #e756ec is #ff66ff. Color #e756ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 11101100
Octal 347 126 354
Decimal 231 86 236
Hex E7 56 EC

RGB Percentages of Color #e756ec

%41.77
%15.55
%42.68

CMYK Percentages of Color #e756ec

%2
%64
%0
%7

Triadic Colors of #e756ec

#e756ec #ece756 #56ece7

Analogous Colors of #e756ec

#e756ec #ec56a6 #9c56ec

Monochromatic Colors of #e756ec

#e756ec

Complementary Color

#e756ec #5bec56

#e756ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e756ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e756ec Color CSS Codes

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

#e756ec Text Font Color

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

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


#e756ec Background Color

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

This div background color is #e756ec


#e756ec Border Color

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

This div border color is #e756ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e756ec


Comments

No comments written yet.

Please login to write comment.