Color Hex Logo

#e78dc2 Color Hex

#E78DC2
(231,141,194)
0 Favorites   0 Comments

Color spaces of #e78dc2

RGB 231141194
HSL0.900.650.73
HSV325°39°91°
CMYK 0.000.390.16   0.09
XYZ52.217539.933755.9948
Yxy39.93370.35250.2696
Hunter Lab63.193136.9095-8.3011
CIE-Lab69.422341.3087-12.9559

#e78dc2 color RGB value is (231,141,194).

#e78dc2 hex color red value is 231, green value is 141 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e78dc2 hue: 0.90 , saturation: 0.65 and the lightness value of e78dc2 is 0.73.

The process color (four color CMYK) of #e78dc2 color hex is 0.00, 0.39, 0.16, 0.09. Web safe color of #e78dc2 is #ff99cc. Color #e78dc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001101 11000010
Octal 347 215 302
Decimal 231 141 194
Hex E7 8D C2

RGB Percentages of Color #e78dc2

%40.81
%24.91
%34.28

CMYK Percentages of Color #e78dc2

%0
%39
%16
%9

Triadic Colors of #e78dc2

#e78dc2 #c2e78d #8dc2e7

Analogous Colors of #e78dc2

#e78dc2 #e78d95 #df8de7

Monochromatic Colors of #e78dc2

#e78dc2

Complementary Color

#e78dc2 #8de7b2

#e78dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78dc2 Color CSS Codes

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

#e78dc2 Text Font Color

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

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


#e78dc2 Background Color

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

This div background color is #e78dc2


#e78dc2 Border Color

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

This div border color is #e78dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78dc2


Comments

No comments written yet.

Please login to write comment.