Color Hex Logo

#e78acb Color Hex

#E78ACB
(231,138,203)
0 Favorites   0 Comments

Color spaces of #e78acb

RGB 231138203
HSL0.880.660.72
HSV318°40°91°
CMYK 0.000.400.12   0.09
XYZ52.823039.477761.3358
Yxy39.47770.34380.2570
Hunter Lab62.831340.1123-13.8969
CIE-Lab69.095944.2923-18.4593

#e78acb color RGB value is (231,138,203).

#e78acb hex color red value is 231, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e78acb hue: 0.88 , saturation: 0.66 and the lightness value of e78acb is 0.72.

The process color (four color CMYK) of #e78acb color hex is 0.00, 0.40, 0.12, 0.09. Web safe color of #e78acb is #ff99cc. Color #e78acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 11001011
Octal 347 212 313
Decimal 231 138 203
Hex E7 8A CB

RGB Percentages of Color #e78acb

%40.38
%24.13
%35.49

CMYK Percentages of Color #e78acb

%0
%40
%12
%9

Triadic Colors of #e78acb

#e78acb #cbe78a #8acbe7

Analogous Colors of #e78acb

#e78acb #e78a9d #d58ae7

Monochromatic Colors of #e78acb

#e78acb

Complementary Color

#e78acb #8ae7a6

#e78acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78acb Color CSS Codes

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

#e78acb Text Font Color

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

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


#e78acb Background Color

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

This div background color is #e78acb


#e78acb Border Color

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

This div border color is #e78acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78acb


Comments

No comments written yet.

Please login to write comment.