Color Hex Logo

#e6becb Color Hex

#E6BECB
(230,190,203)
0 Favorites   0 Comments

Color spaces of #e6becb

RGB 230190203
HSL0.950.440.82
HSV341°17°90°
CMYK 0.000.170.12   0.10
XYZ61.826157.961764.4291
Yxy57.96170.33560.3146
Hunter Lab76.132611.72513.1172
CIE-Lab80.717516.3402-1.1534

#e6becb color RGB value is (230,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111110 11001011
Octal 346 276 313
Decimal 230 190 203
Hex E6 BE CB

RGB Percentages of Color #e6becb

%36.92
%30.50
%32.58

CMYK Percentages of Color #e6becb

%0
%17
%12
%10

Triadic Colors of #e6becb

#e6becb #cbe6be #becbe6

Analogous Colors of #e6becb

#e6becb #e6c5be #e6bedf

Monochromatic Colors of #e6becb

#e6becb

Complementary Color

#e6becb #bee6d9

#e6becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6becb Color CSS Codes

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

#e6becb Text Font Color

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

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


#e6becb Background Color

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

This div background color is #e6becb


#e6becb Border Color

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

This div border color is #e6becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6becb


Comments

No comments written yet.

Please login to write comment.