Color Hex Logo

#e6c9cb Color Hex

#E6C9CB
(230,201,203)
0 Favorites   0 Comments

Color spaces of #e6c9cb

RGB 230201203
HSL0.990.370.85
HSV356°13°90°
CMYK 0.000.130.12   0.10
XYZ64.299362.908165.2534
Yxy62.90810.33410.3269
Hunter Lab79.31465.90706.7414
CIE-Lab83.394010.50492.7482

#e6c9cb color RGB value is (230,201,203).

#e6c9cb hex color red value is 230, green value is 201 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e6c9cb hue: 0.99 , saturation: 0.37 and the lightness value of e6c9cb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001001 11001011
Octal 346 311 313
Decimal 230 201 203
Hex E6 C9 CB

RGB Percentages of Color #e6c9cb

%36.28
%31.70
%32.02

CMYK Percentages of Color #e6c9cb

%0
%13
%12
%10

Triadic Colors of #e6c9cb

#e6c9cb #cbe6c9 #c9cbe6

Analogous Colors of #e6c9cb

#e6c9cb #e6d6c9 #e6c9da

Monochromatic Colors of #e6c9cb

#e6c9cb

Complementary Color

#e6c9cb #c9e6e4

#e6c9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c9cb Color CSS Codes

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

#e6c9cb Text Font Color

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

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


#e6c9cb Background Color

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

This div background color is #e6c9cb


#e6c9cb Border Color

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

This div border color is #e6c9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c9cb


Comments

No comments written yet.

Please login to write comment.