Color Hex Logo

#e6bdcf Color Hex

#E6BDCF
(230,189,207)
0 Favorites   0 Comments

Color spaces of #e6bdcf

RGB 230189207
HSL0.930.450.82
HSV334°18°90°
CMYK 0.000.180.10   0.10
XYZ62.093257.723266.9005
Yxy57.72320.33260.3091
Hunter Lab75.975812.92620.9752
CIE-Lab80.584717.5358-3.5025

#e6bdcf color RGB value is (230,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 11001111
Octal 346 275 317
Decimal 230 189 207
Hex E6 BD CF

RGB Percentages of Color #e6bdcf

%36.74
%30.19
%33.07

CMYK Percentages of Color #e6bdcf

%0
%18
%10
%10

Triadic Colors of #e6bdcf

#e6bdcf #cfe6bd #bdcfe6

Analogous Colors of #e6bdcf

#e6bdcf #e6c0bd #e6bde4

Monochromatic Colors of #e6bdcf

#e6bdcf

Complementary Color

#e6bdcf #bde6d4

#e6bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bdcf Color CSS Codes

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

#e6bdcf Text Font Color

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

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


#e6bdcf Background Color

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

This div background color is #e6bdcf


#e6bdcf Border Color

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

This div border color is #e6bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bdcf


Comments

No comments written yet.

Please login to write comment.