Color Hex Logo

#e793dc Color Hex

#E793DC
(231,147,220)
0 Favorites   0 Comments

Color spaces of #e793dc

RGB 231147220
HSL0.860.640.74
HSV308°36°91°
CMYK 0.000.360.05   0.09
XYZ56.307043.023773.0468
Yxy43.02370.32660.2496
Hunter Lab65.592538.4442-20.1134
CIE-Lab71.571142.4696-24.0983

#e793dc color RGB value is (231,147,220).

#e793dc hex color red value is 231, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e793dc hue: 0.86 , saturation: 0.64 and the lightness value of e793dc is 0.74.

The process color (four color CMYK) of #e793dc color hex is 0.00, 0.36, 0.05, 0.09. Web safe color of #e793dc is #ff99cc. Color #e793dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010011 11011100
Octal 347 223 334
Decimal 231 147 220
Hex E7 93 DC

RGB Percentages of Color #e793dc

%38.63
%24.58
%36.79

CMYK Percentages of Color #e793dc

%0
%36
%5
%9

Triadic Colors of #e793dc

#e793dc #dce793 #93dce7

Analogous Colors of #e793dc

#e793dc #e793b2 #c893e7

Monochromatic Colors of #e793dc

#e793dc

Complementary Color

#e793dc #93e79e

#e793dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e793dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e793dc Color CSS Codes

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

#e793dc Text Font Color

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

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


#e793dc Background Color

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

This div background color is #e793dc


#e793dc Border Color

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

This div border color is #e793dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e793dc


Comments

No comments written yet.

Please login to write comment.