Color Hex Logo

#e2abec Color Hex

#E2ABEC
(226,171,236)
0 Favorites   0 Comments

Color spaces of #e2abec

RGB 226171236
HSL0.810.630.80
HSV291°28°93°
CMYK 0.040.280.00   0.07
XYZ61.067351.350786.0500
Yxy51.35070.30770.2587
Hunter Lab71.659426.7116-21.0350
CIE-Lab76.891031.0543-24.7531

#e2abec color RGB value is (226,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 11101100
Octal 342 253 354
Decimal 226 171 236
Hex E2 AB EC

RGB Percentages of Color #e2abec

%35.70
%27.01
%37.28

CMYK Percentages of Color #e2abec

%4
%28
%0
%7

Triadic Colors of #e2abec

#e2abec #ece2ab #abece2

Analogous Colors of #e2abec

#e2abec #ecabd6 #c2abec

Monochromatic Colors of #e2abec

#e2abec

Complementary Color

#e2abec #b5ecab

#e2abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abec Color CSS Codes

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

#e2abec Text Font Color

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

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


#e2abec Background Color

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

This div background color is #e2abec


#e2abec Border Color

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

This div border color is #e2abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abec


Comments

No comments written yet.

Please login to write comment.