Color Hex Logo

#e756ba Color Hex

#E756BA
(231,86,186)
0 Favorites   0 Comments

Color spaces of #e756ba

RGB 23186186
HSL0.890.750.62
HSV319°63°91°
CMYK 0.000.630.19   0.09
XYZ45.145727.189749.3231
Yxy27.18970.37110.2235
Hunter Lab52.143763.2925-19.5822
CIE-Lab59.149566.1977-24.0327

#e756ba color RGB value is (231,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 10111010
Octal 347 126 272
Decimal 231 86 186
Hex E7 56 BA

RGB Percentages of Color #e756ba

%45.92
%17.10
%36.98

CMYK Percentages of Color #e756ba

%0
%63
%19
%9

Triadic Colors of #e756ba

#e756ba #bae756 #56bae7

Analogous Colors of #e756ba

#e756ba #e75672 #cc56e7

Monochromatic Colors of #e756ba

#e756ba

Complementary Color

#e756ba #56e783

#e756ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e756ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e756ba Color CSS Codes

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

#e756ba Text Font Color

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

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


#e756ba Background Color

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

This div background color is #e756ba


#e756ba Border Color

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

This div border color is #e756ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e756ba


Comments

No comments written yet.

Please login to write comment.