Color Hex Logo

#eab0e6 Color Hex

#EAB0E6
(234,176,230)
0 Favorites   0 Comments

Color spaces of #eab0e6

RGB 234176230
HSL0.840.580.80
HSV304°25°92°
CMYK 0.000.250.02   0.08
XYZ63.739954.256381.9760
Yxy54.25630.31870.2713
Hunter Lab73.658925.5600-14.4235
CIE-Lab78.610929.8449-18.8222

#eab0e6 color RGB value is (234,176,230).

#eab0e6 hex color red value is 234, green value is 176 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #eab0e6 hue: 0.84 , saturation: 0.58 and the lightness value of eab0e6 is 0.80.

The process color (four color CMYK) of #eab0e6 color hex is 0.00, 0.25, 0.02, 0.08. Web safe color of #eab0e6 is #ff99ff. Color #eab0e6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 11100110
Octal 352 260 346
Decimal 234 176 230
Hex EA B0 E6

RGB Percentages of Color #eab0e6

%36.56
%27.50
%35.94

CMYK Percentages of Color #eab0e6

%0
%25
%2
%8

Triadic Colors of #eab0e6

#eab0e6 #e6eab0 #b0e6ea

Analogous Colors of #eab0e6

#eab0e6 #eab0c9 #d1b0ea

Monochromatic Colors of #eab0e6

#eab0e6

Complementary Color

#eab0e6 #b0eab4

#eab0e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab0e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab0e6 Color CSS Codes

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

#eab0e6 Text Font Color

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

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


#eab0e6 Background Color

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

This div background color is #eab0e6


#eab0e6 Border Color

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

This div border color is #eab0e6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,176,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab0e6


Comments

No comments written yet.

Please login to write comment.