Color Hex Logo

#e7abbe Color Hex

#E7ABBE
(231,171,190)
0 Favorites   0 Comments

Color spaces of #e7abbe

RGB 231171190
HSL0.950.560.79
HSV341°26°91°
CMYK 0.000.260.18   0.09
XYZ56.812249.832455.3395
Yxy49.83240.35070.3076
Hunter Lab70.592120.11992.9350
CIE-Lab75.966324.7769-1.0456

#e7abbe color RGB value is (231,171,190).

#e7abbe hex color red value is 231, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e7abbe hue: 0.95 , saturation: 0.56 and the lightness value of e7abbe is 0.79.

The process color (four color CMYK) of #e7abbe color hex is 0.00, 0.26, 0.18, 0.09. Web safe color of #e7abbe is #ff99cc. Color #e7abbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 10111110
Octal 347 253 276
Decimal 231 171 190
Hex E7 AB BE

RGB Percentages of Color #e7abbe

%39.02
%28.89
%32.09

CMYK Percentages of Color #e7abbe

%0
%26
%18
%9

Triadic Colors of #e7abbe

#e7abbe #bee7ab #abbee7

Analogous Colors of #e7abbe

#e7abbe #e7b6ab #e7abdc

Monochromatic Colors of #e7abbe

#e7abbe

Complementary Color

#e7abbe #abe7d4

#e7abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abbe Color CSS Codes

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

#e7abbe Text Font Color

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

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


#e7abbe Background Color

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

This div background color is #e7abbe


#e7abbe Border Color

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

This div border color is #e7abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abbe


Comments

No comments written yet.

Please login to write comment.