Color Hex Logo

#e6bcbe Color Hex

#E6BCBE
(230,188,190)
0 Favorites   0 Comments

Color spaces of #e6bcbe

RGB 230188190
HSL0.990.460.82
HSV357°18°90°
CMYK 0.000.180.17   0.10
XYZ59.910656.507156.4645
Yxy56.50710.34650.3269
Hunter Lab75.171210.71298.0844
CIE-Lab79.901615.33614.6651

#e6bcbe color RGB value is (230,188,190).

#e6bcbe hex color red value is 230, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e6bcbe hue: 0.99 , saturation: 0.46 and the lightness value of e6bcbe is 0.82.

The process color (four color CMYK) of #e6bcbe color hex is 0.00, 0.18, 0.17, 0.10. Web safe color of #e6bcbe is #ffcccc. Color #e6bcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111100 10111110
Octal 346 274 276
Decimal 230 188 190
Hex E6 BC BE

RGB Percentages of Color #e6bcbe

%37.83
%30.92
%31.25

CMYK Percentages of Color #e6bcbe

%0
%18
%17
%10

Triadic Colors of #e6bcbe

#e6bcbe #bee6bc #bcbee6

Analogous Colors of #e6bcbe

#e6bcbe #e6cfbc #e6bcd3

Monochromatic Colors of #e6bcbe

#e6bcbe

Complementary Color

#e6bcbe #bce6e4

#e6bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bcbe Color CSS Codes

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

#e6bcbe Text Font Color

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

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


#e6bcbe Background Color

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

This div background color is #e6bcbe


#e6bcbe Border Color

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

This div border color is #e6bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bcbe


Comments

No comments written yet.

Please login to write comment.