Color Hex Logo

#eca6eb Color Hex

#ECA6EB
(236,166,235)
0 Favorites   0 Comments

Color spaces of #eca6eb

RGB 236166235
HSL0.840.650.79
HSV301°30°93°
CMYK 0.000.300.00   0.07
XYZ63.223751.103585.1290
Yxy51.10350.31700.2562
Hunter Lab71.486732.7658-20.5640
CIE-Lab76.741736.7175-24.3485

#eca6eb color RGB value is (236,166,235).

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

The process color (four color CMYK) of #eca6eb color hex is 0.00, 0.30, 0.00, 0.07. Web safe color of #eca6eb is #ff99ff. Color #eca6eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 11101011
Octal 354 246 353
Decimal 236 166 235
Hex EC A6 EB

RGB Percentages of Color #eca6eb

%37.05
%26.06
%36.89

CMYK Percentages of Color #eca6eb

%0
%30
%0
%7

Triadic Colors of #eca6eb

#eca6eb #ebeca6 #a6ebec

Analogous Colors of #eca6eb

#eca6eb #eca6c8 #caa6ec

Monochromatic Colors of #eca6eb

#eca6eb

Complementary Color

#eca6eb #a6eca7

#eca6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca6eb Color CSS Codes

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

#eca6eb Text Font Color

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

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


#eca6eb Background Color

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

This div background color is #eca6eb


#eca6eb Border Color

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

This div border color is #eca6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca6eb


Comments

No comments written yet.

Please login to write comment.