Color Hex Logo

#e6bdea Color Hex

#E6BDEA
(230,189,234)
0 Favorites   0 Comments

Color spaces of #e6bdea

RGB 230189234
HSL0.820.520.83
HSV295°19°92°
CMYK 0.020.190.00   0.08
XYZ65.682059.158785.7989
Yxy59.15870.31180.2809
Hunter Lab76.914717.8310-12.2981
CIE-Lab81.378822.3153-16.8355

#e6bdea color RGB value is (230,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 11101010
Octal 346 275 352
Decimal 230 189 234
Hex E6 BD EA

RGB Percentages of Color #e6bdea

%35.22
%28.94
%35.83

CMYK Percentages of Color #e6bdea

%2
%19
%0
%8

Triadic Colors of #e6bdea

#e6bdea #eae6bd #bdeae6

Analogous Colors of #e6bdea

#e6bdea #eabdd8 #d0bdea

Monochromatic Colors of #e6bdea

#e6bdea

Complementary Color

#e6bdea #c1eabd

#e6bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bdea Color CSS Codes

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

#e6bdea Text Font Color

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

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


#e6bdea Background Color

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

This div background color is #e6bdea


#e6bdea Border Color

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

This div border color is #e6bdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,189,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 #e6bdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bdea


Comments

No comments written yet.

Please login to write comment.