Color Hex Logo

#e78ccb Color Hex

#E78CCB
(231,140,203)
0 Favorites   0 Comments

Color spaces of #e78ccb

RGB 231140203
HSL0.880.650.73
HSV318°39°91°
CMYK 0.000.390.12   0.09
XYZ53.112640.056961.4323
Yxy40.05690.34350.2591
Hunter Lab63.290539.0365-13.2459
CIE-Lab69.510043.2571-17.8319

#e78ccb color RGB value is (231,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 11001011
Octal 347 214 313
Decimal 231 140 203
Hex E7 8C CB

RGB Percentages of Color #e78ccb

%40.24
%24.39
%35.37

CMYK Percentages of Color #e78ccb

%0
%39
%12
%9

Triadic Colors of #e78ccb

#e78ccb #cbe78c #8ccbe7

Analogous Colors of #e78ccb

#e78ccb #e78c9e #d68ce7

Monochromatic Colors of #e78ccb

#e78ccb

Complementary Color

#e78ccb #8ce7a8

#e78ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ccb Color CSS Codes

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

#e78ccb Text Font Color

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

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


#e78ccb Background Color

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

This div background color is #e78ccb


#e78ccb Border Color

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

This div border color is #e78ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ccb


Comments

No comments written yet.

Please login to write comment.