Color Hex Logo

#ecbbe7 Color Hex

#ECBBE7
(236,187,231)
0 Favorites   0 Comments

Color spaces of #ecbbe7

RGB 236187231
HSL0.850.560.83
HSV306°21°93°
CMYK 0.000.210.02   0.07
XYZ66.786259.143083.4970
Yxy59.14300.31890.2824
Hunter Lab76.904520.4320-10.5394
CIE-Lab81.370124.8158-15.1833

#ecbbe7 color RGB value is (236,187,231).

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

The process color (four color CMYK) of #ecbbe7 color hex is 0.00, 0.21, 0.02, 0.07. Web safe color of #ecbbe7 is #ffccff. Color #ecbbe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11100111
Octal 354 273 347
Decimal 236 187 231
Hex EC BB E7

RGB Percentages of Color #ecbbe7

%36.09
%28.59
%35.32

CMYK Percentages of Color #ecbbe7

%0
%21
%2
%7

Triadic Colors of #ecbbe7

#ecbbe7 #e7ecbb #bbe7ec

Analogous Colors of #ecbbe7

#ecbbe7 #ecbbcf #d9bbec

Monochromatic Colors of #ecbbe7

#ecbbe7

Complementary Color

#ecbbe7 #bbecc0

#ecbbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbe7 Color CSS Codes

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

#ecbbe7 Text Font Color

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

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


#ecbbe7 Background Color

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

This div background color is #ecbbe7


#ecbbe7 Border Color

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

This div border color is #ecbbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbe7


Comments

No comments written yet.

Please login to write comment.