Color Hex Logo

#e756c7 Color Hex

#E756C7
(231,86,199)
0 Favorites   0 Comments

Color spaces of #e756c7

RGB 23186199
HSL0.870.750.62
HSV313°63°91°
CMYK 0.000.630.14   0.09
XYZ46.591627.768056.9369
Yxy27.76800.35490.2115
Hunter Lab52.695465.6073-27.1756
CIE-Lab59.678668.0385-30.6490

#e756c7 color RGB value is (231,86,199).

#e756c7 hex color red value is 231, green value is 86 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #e756c7 hue: 0.87 , saturation: 0.75 and the lightness value of e756c7 is 0.62.

The process color (four color CMYK) of #e756c7 color hex is 0.00, 0.63, 0.14, 0.09. Web safe color of #e756c7 is #ff66cc. Color #e756c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 11000111
Octal 347 126 307
Decimal 231 86 199
Hex E7 56 C7

RGB Percentages of Color #e756c7

%44.77
%16.67
%38.57

CMYK Percentages of Color #e756c7

%0
%63
%14
%9

Triadic Colors of #e756c7

#e756c7 #c7e756 #56c7e7

Analogous Colors of #e756c7

#e756c7 #e7567f #bf56e7

Monochromatic Colors of #e756c7

#e756c7

Complementary Color

#e756c7 #56e776

#e756c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e756c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e756c7 Color CSS Codes

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

#e756c7 Text Font Color

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

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


#e756c7 Background Color

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

This div background color is #e756c7


#e756c7 Border Color

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

This div border color is #e756c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e756c7


Comments

No comments written yet.

Please login to write comment.