Color Hex Logo

#e6bbbe Color Hex

#E6BBBE
(230,187,190)
0 Favorites   0 Comments

Color spaces of #e6bbbe

RGB 230187190
HSL0.990.460.82
HSV356°19°90°
CMYK 0.000.190.17   0.10
XYZ59.697756.081356.3936
Yxy56.08130.34670.3257
Hunter Lab74.887411.24107.7732
CIE-Lab79.660115.86864.3160

#e6bbbe color RGB value is (230,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111011 10111110
Octal 346 273 276
Decimal 230 187 190
Hex E6 BB BE

RGB Percentages of Color #e6bbbe

%37.89
%30.81
%31.30

CMYK Percentages of Color #e6bbbe

%0
%19
%17
%10

Triadic Colors of #e6bbbe

#e6bbbe #bee6bb #bbbee6

Analogous Colors of #e6bbbe

#e6bbbe #e6cebb #e6bbd4

Monochromatic Colors of #e6bbbe

#e6bbbe

Complementary Color

#e6bbbe #bbe6e3

#e6bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bbbe Color CSS Codes

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

#e6bbbe Text Font Color

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

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


#e6bbbe Background Color

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

This div background color is #e6bbbe


#e6bbbe Border Color

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

This div border color is #e6bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bbbe


Comments

No comments written yet.

Please login to write comment.