Color Hex Logo

#e6bae7 Color Hex

#E6BAE7
(230,186,231)
0 Favorites   0 Comments

Color spaces of #e6bae7

RGB 230186231
HSL0.830.480.82
HSV299°19°91°
CMYK 0.000.190.00   0.09
XYZ64.615857.710383.3349
Yxy57.71030.31420.2806
Hunter Lab75.967318.8847-11.8631
CIE-Lab80.577523.3642-16.4315

#e6bae7 color RGB value is (230,186,231).

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

The process color (four color CMYK) of #e6bae7 color hex is 0.00, 0.19, 0.00, 0.09. Web safe color of #e6bae7 is #ffccff. Color #e6bae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 11100111
Octal 346 272 347
Decimal 230 186 231
Hex E6 BA E7

RGB Percentages of Color #e6bae7

%35.55
%28.75
%35.70

CMYK Percentages of Color #e6bae7

%0
%19
%0
%9

Triadic Colors of #e6bae7

#e6bae7 #e7e6ba #bae7e6

Analogous Colors of #e6bae7

#e6bae7 #e7bad2 #d0bae7

Monochromatic Colors of #e6bae7

#e6bae7

Complementary Color

#e6bae7 #bbe7ba

#e6bae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bae7 Color CSS Codes

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

#e6bae7 Text Font Color

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

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


#e6bae7 Background Color

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

This div background color is #e6bae7


#e6bae7 Border Color

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

This div border color is #e6bae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bae7


Comments

No comments written yet.

Please login to write comment.