Color Hex Logo

#e4bbce Color Hex

#E4BBCE
(228,187,206)
0 Favorites   0 Comments

Color spaces of #e4bbce

RGB 228187206
HSL0.920.430.81
HSV332°18°89°
CMYK 0.000.180.10   0.11
XYZ60.905856.490966.0863
Yxy56.49090.33190.3079
Hunter Lab75.160413.11560.4804
CIE-Lab79.892417.7364-4.0034

#e4bbce color RGB value is (228,187,206).

#e4bbce hex color red value is 228, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e4bbce hue: 0.92 , saturation: 0.43 and the lightness value of e4bbce is 0.81.

The process color (four color CMYK) of #e4bbce color hex is 0.00, 0.18, 0.10, 0.11. Web safe color of #e4bbce is #cccccc. Color #e4bbce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11001110
Octal 344 273 316
Decimal 228 187 206
Hex E4 BB CE

RGB Percentages of Color #e4bbce

%36.71
%30.11
%33.17

CMYK Percentages of Color #e4bbce

%0
%18
%10
%11

Triadic Colors of #e4bbce

#e4bbce #cee4bb #bbcee4

Analogous Colors of #e4bbce

#e4bbce #e4bdbb #e4bbe3

Monochromatic Colors of #e4bbce

#e4bbce

Complementary Color

#e4bbce #bbe4d1

#e4bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbce Color CSS Codes

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

#e4bbce Text Font Color

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

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


#e4bbce Background Color

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

This div background color is #e4bbce


#e4bbce Border Color

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

This div border color is #e4bbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,187,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbce


Comments

No comments written yet.

Please login to write comment.