Color Hex Logo

#e778bd Color Hex

#E778BD
(231,120,189)
0 Favorites   0 Comments

Color spaces of #e778bd

RGB 231120189
HSL0.900.700.69
HSV323°48°91°
CMYK 0.000.480.18   0.09
XYZ48.856834.096052.1503
Yxy34.09600.36160.2524
Hunter Lab58.391847.1665-12.0783
CIE-Lab65.038751.2226-16.7593

#e778bd color RGB value is (231,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 10111101
Octal 347 170 275
Decimal 231 120 189
Hex E7 78 BD

RGB Percentages of Color #e778bd

%42.78
%22.22
%35.00

CMYK Percentages of Color #e778bd

%0
%48
%18
%9

Triadic Colors of #e778bd

#e778bd #bde778 #78bde7

Analogous Colors of #e778bd

#e778bd #e77886 #da78e7

Monochromatic Colors of #e778bd

#e778bd

Complementary Color

#e778bd #78e7a2

#e778bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e778bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e778bd Color CSS Codes

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

#e778bd Text Font Color

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

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


#e778bd Background Color

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

This div background color is #e778bd


#e778bd Border Color

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

This div border color is #e778bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e778bd


Comments

No comments written yet.

Please login to write comment.