Color Hex Logo

#e779be Color Hex

#E779BE
(231,121,190)
0 Favorites   0 Comments

Color spaces of #e779be

RGB 231121190
HSL0.900.700.69
HSV322°48°91°
CMYK 0.000.480.18   0.09
XYZ49.086634.381452.7643
Yxy34.38140.36030.2524
Hunter Lab58.635746.8182-12.3082
CIE-Lab65.264250.8777-16.9823

#e779be color RGB value is (231,121,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111001 10111110
Octal 347 171 276
Decimal 231 121 190
Hex E7 79 BE

RGB Percentages of Color #e779be

%42.62
%22.32
%35.06

CMYK Percentages of Color #e779be

%0
%48
%18
%9

Triadic Colors of #e779be

#e779be #bee779 #79bee7

Analogous Colors of #e779be

#e779be #e77987 #d979e7

Monochromatic Colors of #e779be

#e779be

Complementary Color

#e779be #79e7a2

#e779be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e779be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e779be Color CSS Codes

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

#e779be Text Font Color

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

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


#e779be Background Color

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

This div background color is #e779be


#e779be Border Color

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

This div border color is #e779be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e779be


Comments

No comments written yet.

Please login to write comment.