Color Hex Logo

#e78acf Color Hex

#E78ACF
(231,138,207)
0 Favorites   0 Comments

Color spaces of #e78acf

RGB 231138207
HSL0.880.660.72
HSV315°40°91°
CMYK 0.000.400.10   0.09
XYZ53.306039.670963.8792
Yxy39.67090.33980.2529
Hunter Lab62.984840.8466-16.0425
CIE-Lab69.234544.9441-20.4726

#e78acf color RGB value is (231,138,207).

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

The process color (four color CMYK) of #e78acf color hex is 0.00, 0.40, 0.10, 0.09. Web safe color of #e78acf is #ff99cc. Color #e78acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001010 11001111
Octal 347 212 317
Decimal 231 138 207
Hex E7 8A CF

RGB Percentages of Color #e78acf

%40.10
%23.96
%35.94

CMYK Percentages of Color #e78acf

%0
%40
%10
%9

Triadic Colors of #e78acf

#e78acf #cfe78a #8acfe7

Analogous Colors of #e78acf

#e78acf #e78aa1 #d18ae7

Monochromatic Colors of #e78acf

#e78acf

Complementary Color

#e78acf #8ae7a2

#e78acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78acf Color CSS Codes

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

#e78acf Text Font Color

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

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


#e78acf Background Color

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

This div background color is #e78acf


#e78acf Border Color

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

This div border color is #e78acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78acf


Comments

No comments written yet.

Please login to write comment.