Color Hex Logo

#e78fbb Color Hex

#E78FBB
(231,143,187)
0 Favorites   0 Comments

Color spaces of #e78fbb

RGB 231143187
HSL0.920.650.73
HSV330°38°91°
CMYK 0.000.380.19   0.09
XYZ51.747140.221752.0499
Yxy40.22170.35930.2793
Hunter Lab63.420634.6585-4.2655
CIE-Lab69.627139.1922-8.7477

#e78fbb color RGB value is (231,143,187).

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

The process color (four color CMYK) of #e78fbb color hex is 0.00, 0.38, 0.19, 0.09. Web safe color of #e78fbb is #ff99cc. Color #e78fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 10111011
Octal 347 217 273
Decimal 231 143 187
Hex E7 8F BB

RGB Percentages of Color #e78fbb

%41.18
%25.49
%33.33

CMYK Percentages of Color #e78fbb

%0
%38
%19
%9

Triadic Colors of #e78fbb

#e78fbb #bbe78f #8fbbe7

Analogous Colors of #e78fbb

#e78fbb #e78f8f #e78fe7

Monochromatic Colors of #e78fbb

#e78fbb

Complementary Color

#e78fbb #8fe7bb

#e78fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fbb Color CSS Codes

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

#e78fbb Text Font Color

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

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


#e78fbb Background Color

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

This div background color is #e78fbb


#e78fbb Border Color

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

This div border color is #e78fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fbb


Comments

No comments written yet.

Please login to write comment.