Color Hex Logo

#e78fa1 Color Hex

#E78FA1
(231,143,161)
0 Favorites   0 Comments

Color spaces of #e78fa1

RGB 231143161
HSL0.970.650.73
HSV348°38°91°
CMYK 0.000.380.30   0.09
XYZ49.210539.207138.6923
Yxy39.20710.38710.3085
Hunter Lab62.615630.70857.1936
CIE-Lab68.901035.53894.7197

#e78fa1 color RGB value is (231,143,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 10100001
Octal 347 217 241
Decimal 231 143 161
Hex E7 8F A1

RGB Percentages of Color #e78fa1

%43.18
%26.73
%30.09

CMYK Percentages of Color #e78fa1

%0
%38
%30
%9

Triadic Colors of #e78fa1

#e78fa1 #a1e78f #8fa1e7

Analogous Colors of #e78fa1

#e78fa1 #e7a98f #e78fcd

Monochromatic Colors of #e78fa1

#e78fa1

Complementary Color

#e78fa1 #8fe7d5

#e78fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fa1 Color CSS Codes

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

#e78fa1 Text Font Color

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

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


#e78fa1 Background Color

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

This div background color is #e78fa1


#e78fa1 Border Color

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

This div border color is #e78fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fa1


Comments

No comments written yet.

Please login to write comment.