Color Hex Logo

#e7bcef Color Hex

#E7BCEF
(231,188,239)
0 Favorites   0 Comments

Color spaces of #e7bcef

RGB 231188239
HSL0.810.610.84
HSV291°21°94°
CMYK 0.030.210.00   0.06
XYZ66.518259.187489.5798
Yxy59.18740.30900.2749
Hunter Lab76.933319.7015-15.1829
CIE-Lab81.394524.1154-19.4829

#e7bcef color RGB value is (231,188,239).

#e7bcef hex color red value is 231, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e7bcef hue: 0.81 , saturation: 0.61 and the lightness value of e7bcef is 0.84.

The process color (four color CMYK) of #e7bcef color hex is 0.03, 0.21, 0.00, 0.06. Web safe color of #e7bcef is #ffccff. Color #e7bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111100 11101111
Octal 347 274 357
Decimal 231 188 239
Hex E7 BC EF

RGB Percentages of Color #e7bcef

%35.11
%28.57
%36.32

CMYK Percentages of Color #e7bcef

%3
%21
%0
%6

Triadic Colors of #e7bcef

#e7bcef #efe7bc #bcefe7

Analogous Colors of #e7bcef

#e7bcef #efbcde #cebcef

Monochromatic Colors of #e7bcef

#e7bcef

Complementary Color

#e7bcef #c4efbc

#e7bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bcef Color CSS Codes

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

#e7bcef Text Font Color

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

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


#e7bcef Background Color

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

This div background color is #e7bcef


#e7bcef Border Color

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

This div border color is #e7bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bcef


Comments

No comments written yet.

Please login to write comment.