Color Hex Logo

#ecbfdb Color Hex

#ECBFDB
(236,191,219)
0 Favorites   0 Comments

Color spaces of #ecbfdb

RGB 236191219
HSL0.900.540.84
HSV323°19°93°
CMYK 0.000.190.07   0.07
XYZ66.009160.208975.1603
Yxy60.20890.32780.2990
Hunter Lab77.594416.0587-3.1140
CIE-Lab81.951620.5787-7.8734

#ecbfdb color RGB value is (236,191,219).

#ecbfdb hex color red value is 236, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ecbfdb hue: 0.90 , saturation: 0.54 and the lightness value of ecbfdb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 11011011
Octal 354 277 333
Decimal 236 191 219
Hex EC BF DB

RGB Percentages of Color #ecbfdb

%36.53
%29.57
%33.90

CMYK Percentages of Color #ecbfdb

%0
%19
%7
%7

Triadic Colors of #ecbfdb

#ecbfdb #dbecbf #bfdbec

Analogous Colors of #ecbfdb

#ecbfdb #ecbfc5 #e7bfec

Monochromatic Colors of #ecbfdb

#ecbfdb

Complementary Color

#ecbfdb #bfecd0

#ecbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbfdb Color CSS Codes

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

#ecbfdb Text Font Color

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

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


#ecbfdb Background Color

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

This div background color is #ecbfdb


#ecbfdb Border Color

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

This div border color is #ecbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbfdb


Comments

No comments written yet.

Please login to write comment.