Color Hex Logo

#ecbef3 Color Hex

#ECBEF3
(236,190,243)
0 Favorites   0 Comments

Color spaces of #ecbef3

RGB 236190243
HSL0.810.690.85
HSV292°22°95°
CMYK 0.030.220.00   0.05
XYZ69.183261.130892.9471
Yxy61.13080.30990.2738
Hunter Lab78.186221.1202-15.7531
CIE-Lab82.449025.4211-19.9842

#ecbef3 color RGB value is (236,190,243).

#ecbef3 hex color red value is 236, green value is 190 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #ecbef3 hue: 0.81 , saturation: 0.69 and the lightness value of ecbef3 is 0.85.

The process color (four color CMYK) of #ecbef3 color hex is 0.03, 0.22, 0.00, 0.05. Web safe color of #ecbef3 is #ffccff. Color #ecbef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11110011
Octal 354 276 363
Decimal 236 190 243
Hex EC BE F3

RGB Percentages of Color #ecbef3

%35.28
%28.40
%36.32

CMYK Percentages of Color #ecbef3

%3
%22
%0
%5

Triadic Colors of #ecbef3

#ecbef3 #f3ecbe #bef3ec

Analogous Colors of #ecbef3

#ecbef3 #f3bee0 #d2bef3

Monochromatic Colors of #ecbef3

#ecbef3

Complementary Color

#ecbef3 #c5f3be

#ecbef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbef3 Color CSS Codes

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

#ecbef3 Text Font Color

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

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


#ecbef3 Background Color

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

This div background color is #ecbef3


#ecbef3 Border Color

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

This div border color is #ecbef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbef3


Comments

No comments written yet.

Please login to write comment.