Color Hex Logo

#e78cb6 Color Hex

#E78CB6
(231,140,182)
0 Favorites   0 Comments

Color spaces of #e78cb6

RGB 231140182
HSL0.920.650.73
HSV332°39°91°
CMYK 0.000.390.21   0.09
XYZ50.776639.122549.1311
Yxy39.12250.36520.2814
Hunter Lab62.548035.4478-2.7884
CIE-Lab68.839940.0170-7.1255

#e78cb6 color RGB value is (231,140,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 10110110
Octal 347 214 266
Decimal 231 140 182
Hex E7 8C B6

RGB Percentages of Color #e78cb6

%41.77
%25.32
%32.91

CMYK Percentages of Color #e78cb6

%0
%39
%21
%9

Triadic Colors of #e78cb6

#e78cb6 #b6e78c #8cb6e7

Analogous Colors of #e78cb6

#e78cb6 #e7908c #e78ce4

Monochromatic Colors of #e78cb6

#e78cb6

Complementary Color

#e78cb6 #8ce7bd

#e78cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cb6 Color CSS Codes

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

#e78cb6 Text Font Color

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

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


#e78cb6 Background Color

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

This div background color is #e78cb6


#e78cb6 Border Color

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

This div border color is #e78cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cb6


Comments

No comments written yet.

Please login to write comment.