Color Hex Logo

#eca6ef Color Hex

#ECA6EF
(236,166,239)
0 Favorites   0 Comments

Color spaces of #eca6ef

RGB 236166239
HSL0.830.700.79
HSV298°31°94°
CMYK 0.010.310.00   0.06
XYZ63.808351.337388.2074
Yxy51.33730.31380.2525
Hunter Lab71.650133.5764-22.8361
CIE-Lab76.882937.4500-26.2996

#eca6ef color RGB value is (236,166,239).

#eca6ef hex color red value is 236, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eca6ef hue: 0.83 , saturation: 0.70 and the lightness value of eca6ef is 0.79.

The process color (four color CMYK) of #eca6ef color hex is 0.01, 0.31, 0.00, 0.06. Web safe color of #eca6ef is #ff99ff. Color #eca6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 11101111
Octal 354 246 357
Decimal 236 166 239
Hex EC A6 EF

RGB Percentages of Color #eca6ef

%36.82
%25.90
%37.29

CMYK Percentages of Color #eca6ef

%1
%31
%0
%6

Triadic Colors of #eca6ef

#eca6ef #efeca6 #a6efec

Analogous Colors of #eca6ef

#eca6ef #efa6ce #c8a6ef

Monochromatic Colors of #eca6ef

#eca6ef

Complementary Color

#eca6ef #a9efa6

#eca6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca6ef Color CSS Codes

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

#eca6ef Text Font Color

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

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


#eca6ef Background Color

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

This div background color is #eca6ef


#eca6ef Border Color

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

This div border color is #eca6ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,166,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eca6ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eca6ef;
  -webkit-box-shadow: 1px 1px 3px 2px #eca6ef;
  box-shadow:         1px 1px 3px 2px #eca6ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,166,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca6ef


Comments

No comments written yet.

Please login to write comment.