Color Hex Logo

#e6bdca Color Hex

#E6BDCA
(230,189,202)
0 Favorites   0 Comments

Color spaces of #e6bdca

RGB 230189202
HSL0.950.450.82
HSV341°18°90°
CMYK 0.000.180.12   0.10
XYZ61.491457.482563.7314
Yxy57.48250.33660.3146
Hunter Lab75.817212.09193.2333
CIE-Lab80.450216.7091-1.0060

#e6bdca color RGB value is (230,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 11001010
Octal 346 275 312
Decimal 230 189 202
Hex E6 BD CA

RGB Percentages of Color #e6bdca

%37.04
%30.43
%32.53

CMYK Percentages of Color #e6bdca

%0
%18
%12
%10

Triadic Colors of #e6bdca

#e6bdca #cae6bd #bdcae6

Analogous Colors of #e6bdca

#e6bdca #e6c5bd #e6bddf

Monochromatic Colors of #e6bdca

#e6bdca

Complementary Color

#e6bdca #bde6d9

#e6bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bdca Color CSS Codes

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

#e6bdca Text Font Color

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

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


#e6bdca Background Color

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

This div background color is #e6bdca


#e6bdca Border Color

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

This div border color is #e6bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bdca


Comments

No comments written yet.

Please login to write comment.