Color Hex Logo

#e6baeb Color Hex

#E6BAEB
(230,186,235)
0 Favorites   0 Comments

Color spaces of #e6baeb

RGB 230186235
HSL0.820.550.83
HSV294°21°92°
CMYK 0.020.210.00   0.08
XYZ65.187457.939086.3449
Yxy57.93900.31120.2766
Hunter Lab76.117719.6620-13.9739
CIE-Lab80.704924.1076-18.3884

#e6baeb color RGB value is (230,186,235).

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

The process color (four color CMYK) of #e6baeb color hex is 0.02, 0.21, 0.00, 0.08. Web safe color of #e6baeb is #ffccff. Color #e6baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 11101011
Octal 346 272 353
Decimal 230 186 235
Hex E6 BA EB

RGB Percentages of Color #e6baeb

%35.33
%28.57
%36.10

CMYK Percentages of Color #e6baeb

%2
%21
%0
%8

Triadic Colors of #e6baeb

#e6baeb #ebe6ba #baebe6

Analogous Colors of #e6baeb

#e6baeb #ebbad8 #cebaeb

Monochromatic Colors of #e6baeb

#e6baeb

Complementary Color

#e6baeb #bfebba

#e6baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6baeb Color CSS Codes

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

#e6baeb Text Font Color

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

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


#e6baeb Background Color

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

This div background color is #e6baeb


#e6baeb Border Color

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

This div border color is #e6baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6baeb


Comments

No comments written yet.

Please login to write comment.