Color Hex Logo

#e1a7be Color Hex

#E1A7BE
(225,167,190)
0 Favorites   0 Comments

Color spaces of #e1a7be

RGB 225167190
HSL0.930.490.77
HSV336°26°88°
CMYK 0.000.260.16   0.12
XYZ54.164347.362755.0023
Yxy47.36270.34600.3026
Hunter Lab68.820620.05000.7890
CIE-Lab74.421224.7889-3.3847

#e1a7be color RGB value is (225,167,190).

#e1a7be hex color red value is 225, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e1a7be hue: 0.93 , saturation: 0.49 and the lightness value of e1a7be is 0.77.

The process color (four color CMYK) of #e1a7be color hex is 0.00, 0.26, 0.16, 0.12. Web safe color of #e1a7be is #cc99cc. Color #e1a7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100111 10111110
Octal 341 247 276
Decimal 225 167 190
Hex E1 A7 BE

RGB Percentages of Color #e1a7be

%38.66
%28.69
%32.65

CMYK Percentages of Color #e1a7be

%0
%26
%16
%12

Triadic Colors of #e1a7be

#e1a7be #bee1a7 #a7bee1

Analogous Colors of #e1a7be

#e1a7be #e1ada7 #e1a7db

Monochromatic Colors of #e1a7be

#e1a7be

Complementary Color

#e1a7be #a7e1ca

#e1a7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a7be Color CSS Codes

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

#e1a7be Text Font Color

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

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


#e1a7be Background Color

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

This div background color is #e1a7be


#e1a7be Border Color

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

This div border color is #e1a7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a7be


Comments

No comments written yet.

Please login to write comment.