Color Hex Logo

#e1accf Color Hex

#E1ACCF
(225,172,207)
0 Favorites   0 Comments

Color spaces of #e1accf

RGB 225172207
HSL0.890.470.78
HSV320°24°88°
CMYK 0.000.240.08   0.12
XYZ57.066350.017665.6781
Yxy50.01760.33030.2895
Hunter Lab70.723120.2657-5.5544
CIE-Lab76.080124.9134-10.2271

#e1accf color RGB value is (225,172,207).

#e1accf hex color red value is 225, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e1accf hue: 0.89 , saturation: 0.47 and the lightness value of e1accf is 0.78.

The process color (four color CMYK) of #e1accf color hex is 0.00, 0.24, 0.08, 0.12. Web safe color of #e1accf is #cc99cc. Color #e1accf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11001111
Octal 341 254 317
Decimal 225 172 207
Hex E1 AC CF

RGB Percentages of Color #e1accf

%37.25
%28.48
%34.27

CMYK Percentages of Color #e1accf

%0
%24
%8
%12

Triadic Colors of #e1accf

#e1accf #cfe1ac #accfe1

Analogous Colors of #e1accf

#e1accf #e1acb5 #d9ace1

Monochromatic Colors of #e1accf

#e1accf

Complementary Color

#e1accf #ace1be

#e1accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1accf Color CSS Codes

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

#e1accf Text Font Color

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

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


#e1accf Background Color

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

This div background color is #e1accf


#e1accf Border Color

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

This div border color is #e1accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1accf


Comments

No comments written yet.

Please login to write comment.