Color Hex Logo

#e76ecb Color Hex

#E76ECB
(231,110,203)
0 Favorites   0 Comments

Color spaces of #e76ecb

RGB 231110203
HSL0.870.720.67
HSV314°52°91°
CMYK 0.000.520.12   0.09
XYZ49.310432.452660.1649
Yxy32.45260.34740.2287
Hunter Lab56.967254.8158-22.7411
CIE-Lab63.715258.1631-26.6786

#e76ecb color RGB value is (231,110,203).

#e76ecb hex color red value is 231, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e76ecb hue: 0.87 , saturation: 0.72 and the lightness value of e76ecb is 0.67.

The process color (four color CMYK) of #e76ecb color hex is 0.00, 0.52, 0.12, 0.09. Web safe color of #e76ecb is #ff66cc. Color #e76ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 11001011
Octal 347 156 313
Decimal 231 110 203
Hex E7 6E CB

RGB Percentages of Color #e76ecb

%42.46
%20.22
%37.32

CMYK Percentages of Color #e76ecb

%0
%52
%12
%9

Triadic Colors of #e76ecb

#e76ecb #cbe76e #6ecbe7

Analogous Colors of #e76ecb

#e76ecb #e76e8f #c76ee7

Monochromatic Colors of #e76ecb

#e76ecb

Complementary Color

#e76ecb #6ee78a

#e76ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ecb Color CSS Codes

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

#e76ecb Text Font Color

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

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


#e76ecb Background Color

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

This div background color is #e76ecb


#e76ecb Border Color

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

This div border color is #e76ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ecb


Comments

No comments written yet.

Please login to write comment.