Color Hex Logo

#e78bae Color Hex

#E78BAE
(231,139,174)
0 Favorites   0 Comments

Color spaces of #e78bae

RGB 231139174
HSL0.940.660.73
HSV337°40°91°
CMYK 0.000.400.25   0.09
XYZ49.827638.510244.8514
Yxy38.51020.37410.2891
Hunter Lab62.056634.72540.5878
CIE-Lab68.395039.3914-3.3025

#e78bae color RGB value is (231,139,174).

#e78bae hex color red value is 231, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e78bae hue: 0.94 , saturation: 0.66 and the lightness value of e78bae is 0.73.

The process color (four color CMYK) of #e78bae color hex is 0.00, 0.40, 0.25, 0.09. Web safe color of #e78bae is #ff9999. Color #e78bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 10101110
Octal 347 213 256
Decimal 231 139 174
Hex E7 8B AE

RGB Percentages of Color #e78bae

%42.46
%25.55
%31.99

CMYK Percentages of Color #e78bae

%0
%40
%25
%9

Triadic Colors of #e78bae

#e78bae #aee78b #8baee7

Analogous Colors of #e78bae

#e78bae #e7968b #e78bdc

Monochromatic Colors of #e78bae

#e78bae

Complementary Color

#e78bae #8be7c4

#e78bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bae Color CSS Codes

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

#e78bae Text Font Color

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

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


#e78bae Background Color

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

This div background color is #e78bae


#e78bae Border Color

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

This div border color is #e78bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bae


Comments

No comments written yet.

Please login to write comment.