Color Hex Logo

#eab1ec Color Hex

#EAB1EC
(234,177,236)
0 Favorites   0 Comments

Color spaces of #eab1ec

RGB 234177236
HSL0.830.610.81
HSV298°25°93°
CMYK 0.010.250.00   0.07
XYZ64.794154.992886.5565
Yxy54.99280.31400.2665
Hunter Lab74.157126.1877-17.2935
CIE-Lab79.037130.4076-21.4149

#eab1ec color RGB value is (234,177,236).

#eab1ec hex color red value is 234, green value is 177 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eab1ec hue: 0.83 , saturation: 0.61 and the lightness value of eab1ec is 0.81.

The process color (four color CMYK) of #eab1ec color hex is 0.01, 0.25, 0.00, 0.07. Web safe color of #eab1ec is #ff99ff. Color #eab1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 11101100
Octal 352 261 354
Decimal 234 177 236
Hex EA B1 EC

RGB Percentages of Color #eab1ec

%36.17
%27.36
%36.48

CMYK Percentages of Color #eab1ec

%1
%25
%0
%7

Triadic Colors of #eab1ec

#eab1ec #eceab1 #b1ecea

Analogous Colors of #eab1ec

#eab1ec #ecb1d1 #cdb1ec

Monochromatic Colors of #eab1ec

#eab1ec

Complementary Color

#eab1ec #b3ecb1

#eab1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab1ec Color CSS Codes

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

#eab1ec Text Font Color

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

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


#eab1ec Background Color

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

This div background color is #eab1ec


#eab1ec Border Color

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

This div border color is #eab1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab1ec


Comments

No comments written yet.

Please login to write comment.