Color Hex Logo

#ecbbda Color Hex

#ECBBDA
(236,187,218)
0 Favorites   0 Comments

Color spaces of #ecbbda

RGB 236187218
HSL0.890.560.83
HSV322°21°93°
CMYK 0.000.210.08   0.07
XYZ65.017358.435574.1821
Yxy58.43550.32900.2957
Hunter Lab76.443118.0445-4.0262
CIE-Lab80.980322.5365-8.7778

#ecbbda color RGB value is (236,187,218).

#ecbbda hex color red value is 236, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ecbbda hue: 0.89 , saturation: 0.56 and the lightness value of ecbbda is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11011010
Octal 354 273 332
Decimal 236 187 218
Hex EC BB DA

RGB Percentages of Color #ecbbda

%36.82
%29.17
%34.01

CMYK Percentages of Color #ecbbda

%0
%21
%8
%7

Triadic Colors of #ecbbda

#ecbbda #daecbb #bbdaec

Analogous Colors of #ecbbda

#ecbbda #ecbbc2 #e6bbec

Monochromatic Colors of #ecbbda

#ecbbda

Complementary Color

#ecbbda #bbeccd

#ecbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbda Color CSS Codes

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

#ecbbda Text Font Color

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

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


#ecbbda Background Color

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

This div background color is #ecbbda


#ecbbda Border Color

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

This div border color is #ecbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbda


Comments

No comments written yet.

Please login to write comment.