Color Hex Logo

#e3acec Color Hex

#E3ACEC
(227,172,236)
0 Favorites   0 Comments

Color spaces of #e3acec

RGB 227172236
HSL0.810.630.80
HSV292°27°93°
CMYK 0.040.270.00   0.07
XYZ61.571451.892186.1279
Yxy51.89210.30850.2600
Hunter Lab72.036226.5058-20.4630
CIE-Lab77.216330.8360-24.2480

#e3acec color RGB value is (227,172,236).

#e3acec hex color red value is 227, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e3acec hue: 0.81 , saturation: 0.63 and the lightness value of e3acec is 0.80.

The process color (four color CMYK) of #e3acec color hex is 0.04, 0.27, 0.00, 0.07. Web safe color of #e3acec is #cc99ff. Color #e3acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101100 11101100
Octal 343 254 354
Decimal 227 172 236
Hex E3 AC EC

RGB Percentages of Color #e3acec

%35.75
%27.09
%37.17

CMYK Percentages of Color #e3acec

%4
%27
%0
%7

Triadic Colors of #e3acec

#e3acec #ece3ac #acece3

Analogous Colors of #e3acec

#e3acec #ecacd5 #c3acec

Monochromatic Colors of #e3acec

#e3acec

Complementary Color

#e3acec #b5ecac

#e3acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3acec Color CSS Codes

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

#e3acec Text Font Color

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

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


#e3acec Background Color

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

This div background color is #e3acec


#e3acec Border Color

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

This div border color is #e3acec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,172,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3acec


Comments

No comments written yet.

Please login to write comment.