Color Hex Logo

#ecd2fb Color Hex

#ECD2FB
(236,210,251)
0 Favorites   0 Comments

Color spaces of #ecd2fb

RGB 236210251
HSL0.770.840.90
HSV278°16°98°
CMYK 0.060.160.00   0.02
XYZ75.051370.8911100.9945
Yxy70.89110.30390.2871
Hunter Lab84.196911.7666-12.1808
CIE-Lab87.432116.3153-16.7173

#ecd2fb color RGB value is (236,210,251).

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

The process color (four color CMYK) of #ecd2fb color hex is 0.06, 0.16, 0.00, 0.02. Web safe color of #ecd2fb is #ffccff. Color #ecd2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 11111011
Octal 354 322 373
Decimal 236 210 251
Hex EC D2 FB

RGB Percentages of Color #ecd2fb

%33.86
%30.13
%36.01

CMYK Percentages of Color #ecd2fb

%6
%16
%0
%2

Triadic Colors of #ecd2fb

#ecd2fb #fbecd2 #d2fbec

Analogous Colors of #ecd2fb

#ecd2fb #fbd2f6 #d8d2fb

Monochromatic Colors of #ecd2fb

#ecd2fb

Complementary Color

#ecd2fb #e1fbd2

#ecd2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd2fb Color CSS Codes

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

#ecd2fb Text Font Color

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

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


#ecd2fb Background Color

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

This div background color is #ecd2fb


#ecd2fb Border Color

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

This div border color is #ecd2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd2fb


Comments

No comments written yet.

Please login to write comment.