Color Hex Logo

#ecbefd Color Hex

#ECBEFD
(236,190,253)
0 Favorites   0 Comments

Color spaces of #ecbefd

RGB 236190253
HSL0.790.940.87
HSV284°25°99°
CMYK 0.070.250.00   0.01
XYZ70.735161.7516101.1196
Yxy61.75160.30280.2643
Hunter Lab78.582223.1565-21.2869
CIE-Lab82.781127.3277-24.8166

#ecbefd color RGB value is (236,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11111101
Octal 354 276 375
Decimal 236 190 253
Hex EC BE FD

RGB Percentages of Color #ecbefd

%34.76
%27.98
%37.26

CMYK Percentages of Color #ecbefd

%7
%25
%0
%1

Triadic Colors of #ecbefd

#ecbefd #fdecbe #befdec

Analogous Colors of #ecbefd

#ecbefd #fdbeef #cdbefd

Monochromatic Colors of #ecbefd

#ecbefd

Complementary Color

#ecbefd #cffdbe

#ecbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbefd Color CSS Codes

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

#ecbefd Text Font Color

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

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


#ecbefd Background Color

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

This div background color is #ecbefd


#ecbefd Border Color

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

This div border color is #ecbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbefd


Comments

No comments written yet.

Please login to write comment.