Color Hex Logo

#e778bc Color Hex

#E778BC
(231,120,188)
0 Favorites   0 Comments

Color spaces of #e778bc

RGB 231120188
HSL0.900.700.69
HSV323°48°91°
CMYK 0.000.480.19   0.09
XYZ48.748634.052751.5804
Yxy34.05270.36280.2534
Hunter Lab58.354746.9954-11.5588
CIE-Lab65.004451.0747-16.2464

#e778bc color RGB value is (231,120,188).

#e778bc hex color red value is 231, green value is 120 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e778bc hue: 0.90 , saturation: 0.70 and the lightness value of e778bc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 10111100
Octal 347 170 274
Decimal 231 120 188
Hex E7 78 BC

RGB Percentages of Color #e778bc

%42.86
%22.26
%34.88

CMYK Percentages of Color #e778bc

%0
%48
%19
%9

Triadic Colors of #e778bc

#e778bc #bce778 #78bce7

Analogous Colors of #e778bc

#e778bc #e77885 #db78e7

Monochromatic Colors of #e778bc

#e778bc

Complementary Color

#e778bc #78e7a3

#e778bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e778bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e778bc Color CSS Codes

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

#e778bc Text Font Color

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

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


#e778bc Background Color

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

This div background color is #e778bc


#e778bc Border Color

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

This div border color is #e778bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e778bc


Comments

No comments written yet.

Please login to write comment.