Color Hex Logo

#e8becd Color Hex

#E8BECD
(232,190,205)
0 Favorites   0 Comments

Color spaces of #e8becd

RGB 232190205
HSL0.940.480.83
HSV339°18°91°
CMYK 0.000.180.12   0.09
XYZ62.711658.390565.7228
Yxy58.39050.33570.3125
Hunter Lab76.413712.76842.4947
CIE-Lab80.955417.3732-1.8596

#e8becd color RGB value is (232,190,205).

#e8becd hex color red value is 232, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e8becd hue: 0.94 , saturation: 0.48 and the lightness value of e8becd is 0.83.

The process color (four color CMYK) of #e8becd color hex is 0.00, 0.18, 0.12, 0.09. Web safe color of #e8becd is #ffcccc. Color #e8becd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111110 11001101
Octal 350 276 315
Decimal 232 190 205
Hex E8 BE CD

RGB Percentages of Color #e8becd

%37.00
%30.30
%32.70

CMYK Percentages of Color #e8becd

%0
%18
%12
%9

Triadic Colors of #e8becd

#e8becd #cde8be #becde8

Analogous Colors of #e8becd

#e8becd #e8c4be #e8bee2

Monochromatic Colors of #e8becd

#e8becd

Complementary Color

#e8becd #bee8d9

#e8becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8becd Color CSS Codes

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

#e8becd Text Font Color

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

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


#e8becd Background Color

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

This div background color is #e8becd


#e8becd Border Color

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

This div border color is #e8becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8becd


Comments

No comments written yet.

Please login to write comment.