Color Hex Logo

#e799ba Color Hex

#E799BA
(231,153,186)
0 Favorites   0 Comments

Color spaces of #e799ba

RGB 231153186
HSL0.930.620.75
HSV335°34°91°
CMYK 0.000.340.19   0.09
XYZ53.209243.316652.0109
Yxy43.31660.35820.2916
Hunter Lab65.815329.1336-0.7835
CIE-Lab71.769333.7683-5.0152

#e799ba color RGB value is (231,153,186).

#e799ba hex color red value is 231, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e799ba hue: 0.93 , saturation: 0.62 and the lightness value of e799ba is 0.75.

The process color (four color CMYK) of #e799ba color hex is 0.00, 0.34, 0.19, 0.09. Web safe color of #e799ba is #ff99cc. Color #e799ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 10111010
Octal 347 231 272
Decimal 231 153 186
Hex E7 99 BA

RGB Percentages of Color #e799ba

%40.53
%26.84
%32.63

CMYK Percentages of Color #e799ba

%0
%34
%19
%9

Triadic Colors of #e799ba

#e799ba #bae799 #99bae7

Analogous Colors of #e799ba

#e799ba #e79f99 #e799e1

Monochromatic Colors of #e799ba

#e799ba

Complementary Color

#e799ba #99e7c6

#e799ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799ba Color CSS Codes

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

#e799ba Text Font Color

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

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


#e799ba Background Color

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

This div background color is #e799ba


#e799ba Border Color

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

This div border color is #e799ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799ba


Comments

No comments written yet.

Please login to write comment.