Color Hex Logo

#ecbefc Color Hex

#ECBEFC
(236,190,252)
0 Favorites   0 Comments

Color spaces of #ecbefc

RGB 236190252
HSL0.790.910.87
HSV285°25°99°
CMYK 0.060.250.00   0.01
XYZ70.576261.6881100.2827
Yxy61.68810.30350.2653
Hunter Lab78.541822.9487-20.7227
CIE-Lab82.747327.1341-24.3352

#ecbefc color RGB value is (236,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11111100
Octal 354 276 374
Decimal 236 190 252
Hex EC BE FC

RGB Percentages of Color #ecbefc

%34.81
%28.02
%37.17

CMYK Percentages of Color #ecbefc

%6
%25
%0
%1

Triadic Colors of #ecbefc

#ecbefc #fcecbe #befcec

Analogous Colors of #ecbefc

#ecbefc #fcbeed #cdbefc

Monochromatic Colors of #ecbefc

#ecbefc

Complementary Color

#ecbefc #cefcbe

#ecbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbefc Color CSS Codes

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

#ecbefc Text Font Color

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

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


#ecbefc Background Color

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

This div background color is #ecbefc


#ecbefc Border Color

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

This div border color is #ecbefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,190,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 #ecbefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbefc


Comments

No comments written yet.

Please login to write comment.