Color Hex Logo

#ecbcfc Color Hex

#ECBCFC
(236,188,252)
0 Favorites   0 Comments

Color spaces of #ecbcfc

RGB 236188252
HSL0.790.910.86
HSV285°25°99°
CMYK 0.060.250.00   0.01
XYZ70.146060.8276100.1393
Yxy60.82760.30350.2632
Hunter Lab77.992124.0567-21.5320
CIE-Lab82.286028.2007-25.0378

#ecbcfc color RGB value is (236,188,252).

#ecbcfc hex color red value is 236, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ecbcfc hue: 0.79 , saturation: 0.91 and the lightness value of ecbcfc is 0.86.

The process color (four color CMYK) of #ecbcfc color hex is 0.06, 0.25, 0.00, 0.01. Web safe color of #ecbcfc is #ffccff. Color #ecbcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111100 11111100
Octal 354 274 374
Decimal 236 188 252
Hex EC BC FC

RGB Percentages of Color #ecbcfc

%34.91
%27.81
%37.28

CMYK Percentages of Color #ecbcfc

%6
%25
%0
%1

Triadic Colors of #ecbcfc

#ecbcfc #fcecbc #bcfcec

Analogous Colors of #ecbcfc

#ecbcfc #fcbcec #ccbcfc

Monochromatic Colors of #ecbcfc

#ecbcfc

Complementary Color

#ecbcfc #ccfcbc

#ecbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbcfc Color CSS Codes

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

#ecbcfc Text Font Color

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

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


#ecbcfc Background Color

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

This div background color is #ecbcfc


#ecbcfc Border Color

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

This div border color is #ecbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbcfc


Comments

No comments written yet.

Please login to write comment.