Color Hex Logo

#e3cbdf Color Hex

#E3CBDF
(227,203,223)
0 Favorites   0 Comments

Color spaces of #e3cbdf

RGB 227203223
HSL0.860.300.84
HSV310°11°89°
CMYK 0.000.110.02   0.11
XYZ66.353864.370578.7396
Yxy64.37050.31680.3073
Hunter Lab80.23127.2206-2.0258
CIE-Lab84.158311.8365-6.8312

#e3cbdf color RGB value is (227,203,223).

#e3cbdf hex color red value is 227, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e3cbdf hue: 0.86 , saturation: 0.30 and the lightness value of e3cbdf is 0.84.

The process color (four color CMYK) of #e3cbdf color hex is 0.00, 0.11, 0.02, 0.11. Web safe color of #e3cbdf is #cccccc. Color #e3cbdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001011 11011111
Octal 343 313 337
Decimal 227 203 223
Hex E3 CB DF

RGB Percentages of Color #e3cbdf

%34.76
%31.09
%34.15

CMYK Percentages of Color #e3cbdf

%0
%11
%2
%11

Triadic Colors of #e3cbdf

#e3cbdf #dfe3cb #cbdfe3

Analogous Colors of #e3cbdf

#e3cbdf #e3cbd3 #dbcbe3

Monochromatic Colors of #e3cbdf

#e3cbdf

Complementary Color

#e3cbdf #cbe3cf

#e3cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cbdf Color CSS Codes

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

#e3cbdf Text Font Color

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

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


#e3cbdf Background Color

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

This div background color is #e3cbdf


#e3cbdf Border Color

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

This div border color is #e3cbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,203,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3cbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3cbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #e3cbdf;
  box-shadow:         1px 1px 3px 2px #e3cbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,203,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cbdf


Comments

No comments written yet.

Please login to write comment.