Color Hex Logo

#ecbae7 Color Hex

#ECBAE7
(236,186,231)
0 Favorites   0 Comments

Color spaces of #ecbae7

RGB 236186231
HSL0.850.570.83
HSV306°21°93°
CMYK 0.000.210.02   0.07
XYZ66.574858.720283.4266
Yxy58.72020.31900.2813
Hunter Lab76.629120.9785-10.9090
CIE-Lab81.137625.3488-15.5329

#ecbae7 color RGB value is (236,186,231).

#ecbae7 hex color red value is 236, green value is 186 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ecbae7 hue: 0.85 , saturation: 0.57 and the lightness value of ecbae7 is 0.83.

The process color (four color CMYK) of #ecbae7 color hex is 0.00, 0.21, 0.02, 0.07. Web safe color of #ecbae7 is #ffccff. Color #ecbae7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11100111
Octal 354 272 347
Decimal 236 186 231
Hex EC BA E7

RGB Percentages of Color #ecbae7

%36.14
%28.48
%35.38

CMYK Percentages of Color #ecbae7

%0
%21
%2
%7

Triadic Colors of #ecbae7

#ecbae7 #e7ecba #bae7ec

Analogous Colors of #ecbae7

#ecbae7 #ecbace #d8baec

Monochromatic Colors of #ecbae7

#ecbae7

Complementary Color

#ecbae7 #baecbf

#ecbae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbae7 Color CSS Codes

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

#ecbae7 Text Font Color

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

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


#ecbae7 Background Color

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

This div background color is #ecbae7


#ecbae7 Border Color

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

This div border color is #ecbae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbae7


Comments

No comments written yet.

Please login to write comment.