Color Hex Logo

#ecb4ea Color Hex

#ECB4EA
(236,180,234)
0 Favorites   0 Comments

Color spaces of #ecb4ea

RGB 236180234
HSL0.840.600.82
HSV302°24°93°
CMYK 0.000.240.01   0.07
XYZ65.764656.415985.2651
Yxy56.41590.31700.2720
Hunter Lab75.110524.8460-14.7284
CIE-Lab79.849929.0902-19.0875

#ecb4ea color RGB value is (236,180,234).

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

The process color (four color CMYK) of #ecb4ea color hex is 0.00, 0.24, 0.01, 0.07. Web safe color of #ecb4ea is #ffccff. Color #ecb4ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 11101010
Octal 354 264 352
Decimal 236 180 234
Hex EC B4 EA

RGB Percentages of Color #ecb4ea

%36.31
%27.69
%36.00

CMYK Percentages of Color #ecb4ea

%0
%24
%1
%7

Triadic Colors of #ecb4ea

#ecb4ea #eaecb4 #b4eaec

Analogous Colors of #ecb4ea

#ecb4ea #ecb4ce #d2b4ec

Monochromatic Colors of #ecb4ea

#ecb4ea

Complementary Color

#ecb4ea #b4ecb6

#ecb4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb4ea Color CSS Codes

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

#ecb4ea Text Font Color

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

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


#ecb4ea Background Color

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

This div background color is #ecb4ea


#ecb4ea Border Color

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

This div border color is #ecb4ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,180,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 #ecb4ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb4ea


Comments

No comments written yet.

Please login to write comment.