Color Hex Logo

#e6c6ed Color Hex

#E6C6ED
(230,198,237)
0 Favorites   0 Comments

Color spaces of #e6c6ed

RGB 230198237
HSL0.800.520.85
HSV289°16°93°
CMYK 0.030.160.00   0.07
XYZ68.113363.325688.7539
Yxy63.32560.30930.2876
Hunter Lab79.577413.5245-10.4229
CIE-Lab83.613418.0716-15.0795

#e6c6ed color RGB value is (230,198,237).

#e6c6ed hex color red value is 230, green value is 198 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6c6ed hue: 0.80 , saturation: 0.52 and the lightness value of e6c6ed is 0.85.

The process color (four color CMYK) of #e6c6ed color hex is 0.03, 0.16, 0.00, 0.07. Web safe color of #e6c6ed is #ffccff. Color #e6c6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000110 11101101
Octal 346 306 355
Decimal 230 198 237
Hex E6 C6 ED

RGB Percentages of Color #e6c6ed

%34.59
%29.77
%35.64

CMYK Percentages of Color #e6c6ed

%3
%16
%0
%7

Triadic Colors of #e6c6ed

#e6c6ed #ede6c6 #c6ede6

Analogous Colors of #e6c6ed

#e6c6ed #edc6e1 #d3c6ed

Monochromatic Colors of #e6c6ed

#e6c6ed

Complementary Color

#e6c6ed #cdedc6

#e6c6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c6ed Color CSS Codes

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

#e6c6ed Text Font Color

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

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


#e6c6ed Background Color

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

This div background color is #e6c6ed


#e6c6ed Border Color

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

This div border color is #e6c6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c6ed


Comments

No comments written yet.

Please login to write comment.