Color Hex Logo

#e0afba Color Hex

#E0AFBA
(224,175,186)
0 Favorites   0 Comments

Color spaces of #e0afba

RGB 224175186
HSL0.960.440.78
HSV347°22°88°
CMYK 0.000.220.17   0.12
XYZ54.933450.052453.2202
Yxy50.05240.34720.3164
Hunter Lab70.747714.79124.9223
CIE-Lab76.101419.49931.2514

#e0afba color RGB value is (224,175,186).

#e0afba hex color red value is 224, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e0afba hue: 0.96 , saturation: 0.44 and the lightness value of e0afba is 0.78.

The process color (four color CMYK) of #e0afba color hex is 0.00, 0.22, 0.17, 0.12. Web safe color of #e0afba is #cc99cc. Color #e0afba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 10111010
Octal 340 257 272
Decimal 224 175 186
Hex E0 AF BA

RGB Percentages of Color #e0afba

%38.29
%29.91
%31.79

CMYK Percentages of Color #e0afba

%0
%22
%17
%12

Triadic Colors of #e0afba

#e0afba #bae0af #afbae0

Analogous Colors of #e0afba

#e0afba #e0bdaf #e0afd3

Monochromatic Colors of #e0afba

#e0afba

Complementary Color

#e0afba #afe0d5

#e0afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0afba Color CSS Codes

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

#e0afba Text Font Color

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

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


#e0afba Background Color

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

This div background color is #e0afba


#e0afba Border Color

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

This div border color is #e0afba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,175,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0afba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0afba;
  -webkit-box-shadow: 1px 1px 3px 2px #e0afba;
  box-shadow:         1px 1px 3px 2px #e0afba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,175,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0afba


Comments

No comments written yet.

Please login to write comment.