Color Hex Logo

#ecbae4 Color Hex

#ECBAE4
(236,186,228)
0 Favorites   0 Comments

Color spaces of #ecbae4

RGB 236186228
HSL0.860.570.83
HSV310°21°93°
CMYK 0.000.210.03   0.07
XYZ66.154658.552181.2138
Yxy58.55210.32130.2843
Hunter Lab76.519320.4129-9.3639
CIE-Lab81.044824.8125-14.0602

#ecbae4 color RGB value is (236,186,228).

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

The process color (four color CMYK) of #ecbae4 color hex is 0.00, 0.21, 0.03, 0.07. Web safe color of #ecbae4 is #ffcccc. Color #ecbae4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11100100
Octal 354 272 344
Decimal 236 186 228
Hex EC BA E4

RGB Percentages of Color #ecbae4

%36.31
%28.62
%35.08

CMYK Percentages of Color #ecbae4

%0
%21
%3
%7

Triadic Colors of #ecbae4

#ecbae4 #e4ecba #bae4ec

Analogous Colors of #ecbae4

#ecbae4 #ecbacb #dbbaec

Monochromatic Colors of #ecbae4

#ecbae4

Complementary Color

#ecbae4 #baecc2

#ecbae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbae4 Color CSS Codes

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

#ecbae4 Text Font Color

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

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


#ecbae4 Background Color

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

This div background color is #ecbae4


#ecbae4 Border Color

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

This div border color is #ecbae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbae4


Comments

No comments written yet.

Please login to write comment.