Color Hex Logo

#e6bdef Color Hex

#E6BDEF
(230,189,239)
0 Favorites   0 Comments

Color spaces of #e6bdef

RGB 230189239
HSL0.800.610.84
HSV289°21°94°
CMYK 0.040.210.00   0.06
XYZ66.410759.450289.6362
Yxy59.45020.30820.2759
Hunter Lab77.104018.8126-14.9540
CIE-Lab81.538423.2558-19.2741

#e6bdef color RGB value is (230,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 11101111
Octal 346 275 357
Decimal 230 189 239
Hex E6 BD EF

RGB Percentages of Color #e6bdef

%34.95
%28.72
%36.32

CMYK Percentages of Color #e6bdef

%4
%21
%0
%6

Triadic Colors of #e6bdef

#e6bdef #efe6bd #bdefe6

Analogous Colors of #e6bdef

#e6bdef #efbddf #cdbdef

Monochromatic Colors of #e6bdef

#e6bdef

Complementary Color

#e6bdef #c6efbd

#e6bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bdef Color CSS Codes

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

#e6bdef Text Font Color

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

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


#e6bdef Background Color

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

This div background color is #e6bdef


#e6bdef Border Color

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

This div border color is #e6bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bdef


Comments

No comments written yet.

Please login to write comment.