Color Hex Logo

#ecabe6 Color Hex

#ECABE6
(236,171,230)
0 Favorites   0 Comments

Color spaces of #ecabe6

RGB 236171230
HSL0.850.630.80
HSV306°28°93°
CMYK 0.000.280.03   0.07
XYZ63.437952.671981.6861
Yxy52.67190.32070.2663
Hunter Lab72.575429.0192-15.9301
CIE-Lab77.680933.1615-20.2110

#ecabe6 color RGB value is (236,171,230).

#ecabe6 hex color red value is 236, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ecabe6 hue: 0.85 , saturation: 0.63 and the lightness value of ecabe6 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 11100110
Octal 354 253 346
Decimal 236 171 230
Hex EC AB E6

RGB Percentages of Color #ecabe6

%37.05
%26.84
%36.11

CMYK Percentages of Color #ecabe6

%0
%28
%3
%7

Triadic Colors of #ecabe6

#ecabe6 #e6ecab #abe6ec

Analogous Colors of #ecabe6

#ecabe6 #ecabc6 #d2abec

Monochromatic Colors of #ecabe6

#ecabe6

Complementary Color

#ecabe6 #abecb1

#ecabe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecabe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecabe6 Color CSS Codes

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

#ecabe6 Text Font Color

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

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


#ecabe6 Background Color

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

This div background color is #ecabe6


#ecabe6 Border Color

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

This div border color is #ecabe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecabe6


Comments

No comments written yet.

Please login to write comment.