Color Hex Logo

#e78aa1 Color Hex

#E78AA1
(231,138,161)
0 Favorites   0 Comments

Color spaces of #e78aa1

RGB 231138161
HSL0.960.660.72
HSV345°40°91°
CMYK 0.000.400.30   0.09
XYZ48.476537.739138.4476
Yxy37.73910.38890.3027
Hunter Lab61.432233.34925.8956
CIE-Lab67.827938.15843.1687

#e78aa1 color RGB value is (231,138,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 10100001
Octal 347 212 241
Decimal 231 138 161
Hex E7 8A A1

RGB Percentages of Color #e78aa1

%43.58
%26.04
%30.38

CMYK Percentages of Color #e78aa1

%0
%40
%30
%9

Triadic Colors of #e78aa1

#e78aa1 #a1e78a #8aa1e7

Analogous Colors of #e78aa1

#e78aa1 #e7a28a #e78ad0

Monochromatic Colors of #e78aa1

#e78aa1

Complementary Color

#e78aa1 #8ae7d0

#e78aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78aa1 Color CSS Codes

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

#e78aa1 Text Font Color

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

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


#e78aa1 Background Color

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

This div background color is #e78aa1


#e78aa1 Border Color

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

This div border color is #e78aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78aa1


Comments

No comments written yet.

Please login to write comment.