Color Hex Logo

#e8accf Color Hex

#E8ACCF
(232,172,207)
0 Favorites   0 Comments

Color spaces of #e8accf

RGB 232172207
HSL0.900.570.79
HSV325°26°91°
CMYK 0.000.260.11   0.09
XYZ59.293751.165865.7824
Yxy51.16580.33640.2903
Hunter Lab71.530322.7863-4.4545
CIE-Lab76.779327.3174-9.1108

#e8accf color RGB value is (232,172,207).

#e8accf hex color red value is 232, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e8accf hue: 0.90 , saturation: 0.57 and the lightness value of e8accf is 0.79.

The process color (four color CMYK) of #e8accf color hex is 0.00, 0.26, 0.11, 0.09. Web safe color of #e8accf is #ff99cc. Color #e8accf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101100 11001111
Octal 350 254 317
Decimal 232 172 207
Hex E8 AC CF

RGB Percentages of Color #e8accf

%37.97
%28.15
%33.88

CMYK Percentages of Color #e8accf

%0
%26
%11
%9

Triadic Colors of #e8accf

#e8accf #cfe8ac #accfe8

Analogous Colors of #e8accf

#e8accf #e8acb1 #e3ace8

Monochromatic Colors of #e8accf

#e8accf

Complementary Color

#e8accf #ace8c5

#e8accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8accf Color CSS Codes

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

#e8accf Text Font Color

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

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


#e8accf Background Color

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

This div background color is #e8accf


#e8accf Border Color

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

This div border color is #e8accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8accf


Comments

No comments written yet.

Please login to write comment.