Color Hex Logo

#ecabea Color Hex

#ECABEA
(236,171,234)
0 Favorites   0 Comments

Color spaces of #ecabea

RGB 236171234
HSL0.840.630.80
HSV302°28°93°
CMYK 0.000.280.01   0.07
XYZ64.006352.899284.6790
Yxy52.89920.31750.2624
Hunter Lab72.731829.8049-18.1169
CIE-Lab77.815433.8827-22.1719

#ecabea color RGB value is (236,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 11101010
Octal 354 253 352
Decimal 236 171 234
Hex EC AB EA

RGB Percentages of Color #ecabea

%36.82
%26.68
%36.51

CMYK Percentages of Color #ecabea

%0
%28
%1
%7

Triadic Colors of #ecabea

#ecabea #eaecab #abeaec

Analogous Colors of #ecabea

#ecabea #ecabca #ceabec

Monochromatic Colors of #ecabea

#ecabea

Complementary Color

#ecabea #abecad

#ecabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecabea Color CSS Codes

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

#ecabea Text Font Color

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

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


#ecabea Background Color

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

This div background color is #ecabea


#ecabea Border Color

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

This div border color is #ecabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecabea


Comments

No comments written yet.

Please login to write comment.