Color Hex Logo

#eab7ca Color Hex

#EAB7CA
(234,183,202)
0 Favorites   0 Comments

Color spaces of #eab7ca

RGB 234183202
HSL0.940.550.82
HSV338°22°92°
CMYK 0.000.220.14   0.08
XYZ61.525855.623763.3708
Yxy55.62370.34080.3081
Hunter Lab74.581316.73621.8289
CIE-Lab79.399221.3201-2.5020

#eab7ca color RGB value is (234,183,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 11001010
Octal 352 267 312
Decimal 234 183 202
Hex EA B7 CA

RGB Percentages of Color #eab7ca

%37.80
%29.56
%32.63

CMYK Percentages of Color #eab7ca

%0
%22
%14
%8

Triadic Colors of #eab7ca

#eab7ca #caeab7 #b7caea

Analogous Colors of #eab7ca

#eab7ca #eabeb7 #eab7e4

Monochromatic Colors of #eab7ca

#eab7ca

Complementary Color

#eab7ca #b7ead7

#eab7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab7ca Color CSS Codes

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

#eab7ca Text Font Color

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

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


#eab7ca Background Color

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

This div background color is #eab7ca


#eab7ca Border Color

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

This div border color is #eab7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab7ca


Comments

No comments written yet.

Please login to write comment.