Color Hex Logo

#e6a8bf Color Hex

#E6A8BF
(230,168,191)
1 Favorites   0 Comments

Color spaces of #e6a8bf

RGB 230168191
HSL0.940.550.78
HSV338°27°90°
CMYK 0.000.270.17   0.10
XYZ56.039748.589855.7154
Yxy48.58980.34950.3030
Hunter Lab69.706421.51701.4047
CIE-Lab75.195426.1818-2.7352

#e6a8bf color RGB value is (230,168,191).

#e6a8bf hex color red value is 230, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6a8bf hue: 0.94 , saturation: 0.55 and the lightness value of e6a8bf is 0.78.

The process color (four color CMYK) of #e6a8bf color hex is 0.00, 0.27, 0.17, 0.10. Web safe color of #e6a8bf is #ff99cc. Color #e6a8bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101000 10111111
Octal 346 250 277
Decimal 230 168 191
Hex E6 A8 BF

RGB Percentages of Color #e6a8bf

%39.05
%28.52
%32.43

CMYK Percentages of Color #e6a8bf

%0
%27
%17
%10

Triadic Colors of #e6a8bf

#e6a8bf #bfe6a8 #a8bfe6

Analogous Colors of #e6a8bf

#e6a8bf #e6b0a8 #e6a8de

Monochromatic Colors of #e6a8bf

#e6a8bf

Complementary Color

#e6a8bf #a8e6cf

#e6a8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6a8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6a8bf Color CSS Codes

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

#e6a8bf Text Font Color

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

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


#e6a8bf Background Color

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

This div background color is #e6a8bf


#e6a8bf Border Color

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

This div border color is #e6a8bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,168,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6a8bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6a8bf;
  -webkit-box-shadow: 1px 1px 3px 2px #e6a8bf;
  box-shadow:         1px 1px 3px 2px #e6a8bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,168,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6a8bf

#e6a8bf Color Palettes


Comments

No comments written yet.

Please login to write comment.