Color Hex Logo

#e760bc Color Hex

#E760BC
(231,96,188)
0 Favorites   0 Comments

Color spaces of #e760bc

RGB 23196188
HSL0.890.740.64
HSV319°58°91°
CMYK 0.000.580.19   0.09
XYZ46.215028.985550.7359
Yxy28.98550.36700.2302
Hunter Lab53.838259.0086-18.1868
CIE-Lab60.768862.2739-22.6935

#e760bc color RGB value is (231,96,188).

#e760bc hex color red value is 231, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e760bc hue: 0.89 , saturation: 0.74 and the lightness value of e760bc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10111100
Octal 347 140 274
Decimal 231 96 188
Hex E7 60 BC

RGB Percentages of Color #e760bc

%44.85
%18.64
%36.50

CMYK Percentages of Color #e760bc

%0
%58
%19
%9

Triadic Colors of #e760bc

#e760bc #bce760 #60bce7

Analogous Colors of #e760bc

#e760bc #e76079 #cf60e7

Monochromatic Colors of #e760bc

#e760bc

Complementary Color

#e760bc #60e78b

#e760bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760bc Color CSS Codes

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

#e760bc Text Font Color

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

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


#e760bc Background Color

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

This div background color is #e760bc


#e760bc Border Color

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

This div border color is #e760bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760bc


Comments

No comments written yet.

Please login to write comment.