Color Hex Logo

#e6c7cb Color Hex

#E6C7CB
(230,199,203)
0 Favorites   0 Comments

Color spaces of #e6c7cb

RGB 230199203
HSL0.980.380.84
HSV352°13°90°
CMYK 0.000.130.12   0.10
XYZ63.836061.981665.0990
Yxy61.98160.33440.3247
Hunter Lab78.72846.96006.0841
CIE-Lab82.903611.56182.0359

#e6c7cb color RGB value is (230,199,203).

#e6c7cb hex color red value is 230, green value is 199 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e6c7cb hue: 0.98 , saturation: 0.38 and the lightness value of e6c7cb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000111 11001011
Octal 346 307 313
Decimal 230 199 203
Hex E6 C7 CB

RGB Percentages of Color #e6c7cb

%36.39
%31.49
%32.12

CMYK Percentages of Color #e6c7cb

%0
%13
%12
%10

Triadic Colors of #e6c7cb

#e6c7cb #cbe6c7 #c7cbe6

Analogous Colors of #e6c7cb

#e6c7cb #e6d3c7 #e6c7db

Monochromatic Colors of #e6c7cb

#e6c7cb

Complementary Color

#e6c7cb #c7e6e2

#e6c7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c7cb Color CSS Codes

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

#e6c7cb Text Font Color

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

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


#e6c7cb Background Color

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

This div background color is #e6c7cb


#e6c7cb Border Color

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

This div border color is #e6c7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,199,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 #e6c7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c7cb


Comments

No comments written yet.

Please login to write comment.