Color Hex Logo

#e6bfcb Color Hex

#E6BFCB
(230,191,203)
0 Favorites   0 Comments

Color spaces of #e6bfcb

RGB 230191203
HSL0.950.440.83
HSV342°17°90°
CMYK 0.000.170.12   0.10
XYZ62.043458.396464.5015
Yxy58.39640.33550.3158
Hunter Lab76.417511.19353.4476
CIE-Lab80.958715.8076-0.8005

#e6bfcb color RGB value is (230,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 11001011
Octal 346 277 313
Decimal 230 191 203
Hex E6 BF CB

RGB Percentages of Color #e6bfcb

%36.86
%30.61
%32.53

CMYK Percentages of Color #e6bfcb

%0
%17
%12
%10

Triadic Colors of #e6bfcb

#e6bfcb #cbe6bf #bfcbe6

Analogous Colors of #e6bfcb

#e6bfcb #e6c7bf #e6bfdf

Monochromatic Colors of #e6bfcb

#e6bfcb

Complementary Color

#e6bfcb #bfe6da

#e6bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bfcb Color CSS Codes

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

#e6bfcb Text Font Color

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

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


#e6bfcb Background Color

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

This div background color is #e6bfcb


#e6bfcb Border Color

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

This div border color is #e6bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bfcb


Comments

No comments written yet.

Please login to write comment.