Color Hex Logo

#e794ce Color Hex

#E794CE
(231,148,206)
0 Favorites   0 Comments

Color spaces of #e794ce

RGB 231148206
HSL0.880.630.74
HSV318°36°91°
CMYK 0.000.360.11   0.09
XYZ54.685542.625063.7377
Yxy42.62500.33960.2647
Hunter Lab65.287835.2591-12.1808
CIE-Lab71.299739.5689-16.7882

#e794ce color RGB value is (231,148,206).

#e794ce hex color red value is 231, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e794ce hue: 0.88 , saturation: 0.63 and the lightness value of e794ce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 11001110
Octal 347 224 316
Decimal 231 148 206
Hex E7 94 CE

RGB Percentages of Color #e794ce

%39.49
%25.30
%35.21

CMYK Percentages of Color #e794ce

%0
%36
%11
%9

Triadic Colors of #e794ce

#e794ce #cee794 #94cee7

Analogous Colors of #e794ce

#e794ce #e794a5 #d794e7

Monochromatic Colors of #e794ce

#e794ce

Complementary Color

#e794ce #94e7ad

#e794ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794ce Color CSS Codes

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

#e794ce Text Font Color

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

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


#e794ce Background Color

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

This div background color is #e794ce


#e794ce Border Color

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

This div border color is #e794ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794ce


Comments

No comments written yet.

Please login to write comment.