Color Hex Logo

#e78ece Color Hex

#E78ECE
(231,142,206)
0 Favorites   0 Comments

Color spaces of #e78ece

RGB 231142206
HSL0.880.650.73
HSV317°39°91°
CMYK 0.000.390.11   0.09
XYZ53.768640.791263.4321
Yxy40.79120.34030.2582
Hunter Lab63.868038.5050-14.1778
CIE-Lab70.029442.7071-18.7106

#e78ece color RGB value is (231,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 11001110
Octal 347 216 316
Decimal 231 142 206
Hex E7 8E CE

RGB Percentages of Color #e78ece

%39.90
%24.53
%35.58

CMYK Percentages of Color #e78ece

%0
%39
%11
%9

Triadic Colors of #e78ece

#e78ece #cee78e #8ecee7

Analogous Colors of #e78ece

#e78ece #e78ea2 #d48ee7

Monochromatic Colors of #e78ece

#e78ece

Complementary Color

#e78ece #8ee7a7

#e78ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ece Color CSS Codes

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

#e78ece Text Font Color

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

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


#e78ece Background Color

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

This div background color is #e78ece


#e78ece Border Color

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

This div border color is #e78ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,142,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 #e78ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ece


Comments

No comments written yet.

Please login to write comment.