Color Hex Logo

#e799da Color Hex

#E799DA
(231,153,218)
0 Favorites   0 Comments

Color spaces of #e799da

RGB 231153218
HSL0.860.620.75
HSV310°34°91°
CMYK 0.000.340.06   0.09
XYZ57.001144.833371.9791
Yxy44.83330.32790.2579
Hunter Lab66.957734.7812-16.8660
CIE-Lab72.782038.9685-21.1533

#e799da color RGB value is (231,153,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 11011010
Octal 347 231 332
Decimal 231 153 218
Hex E7 99 DA

RGB Percentages of Color #e799da

%38.37
%25.42
%36.21

CMYK Percentages of Color #e799da

%0
%34
%6
%9

Triadic Colors of #e799da

#e799da #dae799 #99dae7

Analogous Colors of #e799da

#e799da #e799b3 #cd99e7

Monochromatic Colors of #e799da

#e799da

Complementary Color

#e799da #99e7a6

#e799da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799da Color CSS Codes

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

#e799da Text Font Color

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

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


#e799da Background Color

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

This div background color is #e799da


#e799da Border Color

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

This div border color is #e799da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799da


Comments

No comments written yet.

Please login to write comment.