Color Hex Logo

#eca9ff Color Hex

#ECA9FF
(236,169,255)
1 Favorites   1 Comments

Color spaces of #eca9ff

RGB 236169255
HSL0.801.000.83
HSV287°34°100°
CMYK 0.070.340.00   0.00
XYZ66.830053.4288101.3982
Yxy53.42880.30150.2410
Hunter Lab73.095035.2844-31.0812
CIE-Lab78.127538.8899-33.0192

#eca9ff color RGB value is (236,169,255).

#eca9ff hex color red value is 236, green value is 169 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eca9ff hue: 0.80 , saturation: 1.00 and the lightness value of eca9ff is 0.83.

The process color (four color CMYK) of #eca9ff color hex is 0.07, 0.34, 0.00, 0.00. Web safe color of #eca9ff is #ff99ff. Color #eca9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 11111111
Octal 354 251 377
Decimal 236 169 255
Hex EC A9 FF

RGB Percentages of Color #eca9ff

%35.76
%25.61
%38.64

CMYK Percentages of Color #eca9ff

%7
%34
%0
%0

Triadic Colors of #eca9ff

#eca9ff #ffeca9 #a9ffec

Analogous Colors of #eca9ff

#eca9ff #ffa9e7 #c1a9ff

Monochromatic Colors of #eca9ff

#eca9ff

Complementary Color

#eca9ff #bcffa9

#eca9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9ff Color CSS Codes

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

#eca9ff Text Font Color

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

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


#eca9ff Background Color

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

This div background color is #eca9ff


#eca9ff Border Color

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

This div border color is #eca9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9ff

#eca9ff Color Palettes


Comments

1 Apr 2022, 16:27 CocoLovesColors

I use this and colors related to this all the time Well mostly D

Please login to write comment.