Color Hex Logo

#e6bfcd Color Hex

#E6BFCD
(230,191,205)
0 Favorites   0 Comments

Color spaces of #e6bfcd

RGB 230191205
HSL0.940.440.83
HSV338°17°90°
CMYK 0.000.170.11   0.10
XYZ62.283458.492465.7651
Yxy58.49240.33390.3136
Hunter Lab76.480311.52482.5530
CIE-Lab81.011816.1373-1.7987

#e6bfcd color RGB value is (230,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 11001101
Octal 346 277 315
Decimal 230 191 205
Hex E6 BF CD

RGB Percentages of Color #e6bfcd

%36.74
%30.51
%32.75

CMYK Percentages of Color #e6bfcd

%0
%17
%11
%10

Triadic Colors of #e6bfcd

#e6bfcd #cde6bf #bfcde6

Analogous Colors of #e6bfcd

#e6bfcd #e6c5bf #e6bfe1

Monochromatic Colors of #e6bfcd

#e6bfcd

Complementary Color

#e6bfcd #bfe6d8

#e6bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bfcd Color CSS Codes

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

#e6bfcd Text Font Color

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

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


#e6bfcd Background Color

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

This div background color is #e6bfcd


#e6bfcd Border Color

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

This div border color is #e6bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bfcd


Comments

No comments written yet.

Please login to write comment.