Color Hex Logo

#e7bcea Color Hex

#E7BCEA
(231,188,234)
0 Favorites   0 Comments

Color spaces of #e7bcea

RGB 231188234
HSL0.820.520.83
HSV296°20°92°
CMYK 0.010.200.00   0.08
XYZ65.789558.895985.7425
Yxy58.89590.31260.2799
Hunter Lab76.743718.7200-12.5217
CIE-Lab81.234323.1788-17.0440

#e7bcea color RGB value is (231,188,234).

#e7bcea hex color red value is 231, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e7bcea hue: 0.82 , saturation: 0.52 and the lightness value of e7bcea is 0.83.

The process color (four color CMYK) of #e7bcea color hex is 0.01, 0.20, 0.00, 0.08. Web safe color of #e7bcea is #ffccff. Color #e7bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111100 11101010
Octal 347 274 352
Decimal 231 188 234
Hex E7 BC EA

RGB Percentages of Color #e7bcea

%35.38
%28.79
%35.83

CMYK Percentages of Color #e7bcea

%1
%20
%0
%8

Triadic Colors of #e7bcea

#e7bcea #eae7bc #bceae7

Analogous Colors of #e7bcea

#e7bcea #eabcd6 #d0bcea

Monochromatic Colors of #e7bcea

#e7bcea

Complementary Color

#e7bcea #bfeabc

#e7bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bcea Color CSS Codes

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

#e7bcea Text Font Color

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

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


#e7bcea Background Color

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

This div background color is #e7bcea


#e7bcea Border Color

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

This div border color is #e7bcea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,188,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7bcea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7bcea;
  -webkit-box-shadow: 1px 1px 3px 2px #e7bcea;
  box-shadow:         1px 1px 3px 2px #e7bcea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,188,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bcea


Comments

No comments written yet.

Please login to write comment.