Color Hex Logo

#eab7be Color Hex

#EAB7BE
(234,183,190)
0 Favorites   0 Comments

Color spaces of #eab7be

RGB 234183190
HSL0.980.550.82
HSV352°22°92°
CMYK 0.000.220.19   0.08
XYZ60.159455.077156.1754
Yxy55.07710.35100.3213
Hunter Lab74.213914.82157.0709
CIE-Lab79.085719.44553.5330

#eab7be color RGB value is (234,183,190).

#eab7be hex color red value is 234, green value is 183 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eab7be hue: 0.98 , saturation: 0.55 and the lightness value of eab7be is 0.82.

The process color (four color CMYK) of #eab7be color hex is 0.00, 0.22, 0.19, 0.08. Web safe color of #eab7be is #ffcccc. Color #eab7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 10111110
Octal 352 267 276
Decimal 234 183 190
Hex EA B7 BE

RGB Percentages of Color #eab7be

%38.55
%30.15
%31.30

CMYK Percentages of Color #eab7be

%0
%22
%19
%8

Triadic Colors of #eab7be

#eab7be #beeab7 #b7beea

Analogous Colors of #eab7be

#eab7be #eacab7 #eab7d8

Monochromatic Colors of #eab7be

#eab7be

Complementary Color

#eab7be #b7eae3

#eab7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab7be Color CSS Codes

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

#eab7be Text Font Color

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

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


#eab7be Background Color

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

This div background color is #eab7be


#eab7be Border Color

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

This div border color is #eab7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab7be


Comments

No comments written yet.

Please login to write comment.