Color Hex Logo

#e6bddc Color Hex

#E6BDDC
(230,189,220)
0 Favorites   0 Comments

Color spaces of #e6bddc

RGB 230189220
HSL0.870.450.82
HSV315°18°90°
CMYK 0.000.180.04   0.10
XYZ63.749058.385575.6197
Yxy58.38550.32240.2952
Hunter Lab76.410415.2039-5.1892
CIE-Lab80.952619.7722-9.9551

#e6bddc color RGB value is (230,189,220).

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

The process color (four color CMYK) of #e6bddc color hex is 0.00, 0.18, 0.04, 0.10. Web safe color of #e6bddc is #ffcccc. Color #e6bddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 11011100
Octal 346 275 334
Decimal 230 189 220
Hex E6 BD DC

RGB Percentages of Color #e6bddc

%35.99
%29.58
%34.43

CMYK Percentages of Color #e6bddc

%0
%18
%4
%10

Triadic Colors of #e6bddc

#e6bddc #dce6bd #bddce6

Analogous Colors of #e6bddc

#e6bddc #e6bdc8 #dcbde6

Monochromatic Colors of #e6bddc

#e6bddc

Complementary Color

#e6bddc #bde6c7

#e6bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bddc Color CSS Codes

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

#e6bddc Text Font Color

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

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


#e6bddc Background Color

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

This div background color is #e6bddc


#e6bddc Border Color

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

This div border color is #e6bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bddc


Comments

No comments written yet.

Please login to write comment.