Color Hex Logo

#e759bc Color Hex

#E759BC
(231,89,188)
0 Favorites   0 Comments

Color spaces of #e759bc

RGB 23189188
HSL0.880.750.63
HSV318°61°91°
CMYK 0.000.610.19   0.09
XYZ45.604527.764550.5324
Yxy27.76450.36810.2241
Hunter Lab52.692062.2792-19.9755
CIE-Lab59.675465.2481-24.3712

#e759bc color RGB value is (231,89,188).

#e759bc hex color red value is 231, green value is 89 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e759bc hue: 0.88 , saturation: 0.75 and the lightness value of e759bc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 10111100
Octal 347 131 274
Decimal 231 89 188
Hex E7 59 BC

RGB Percentages of Color #e759bc

%45.47
%17.52
%37.01

CMYK Percentages of Color #e759bc

%0
%61
%19
%9

Triadic Colors of #e759bc

#e759bc #bce759 #59bce7

Analogous Colors of #e759bc

#e759bc #e75975 #cb59e7

Monochromatic Colors of #e759bc

#e759bc

Complementary Color

#e759bc #59e784

#e759bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759bc Color CSS Codes

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

#e759bc Text Font Color

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

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


#e759bc Background Color

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

This div background color is #e759bc


#e759bc Border Color

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

This div border color is #e759bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759bc


Comments

No comments written yet.

Please login to write comment.