Color Hex Logo

#ecbdfd Color Hex

#ECBDFD
(236,189,253)
0 Favorites   0 Comments

Color spaces of #ecbdfd

RGB 236189253
HSL0.790.940.87
HSV284°25°99°
CMYK 0.070.250.00   0.01
XYZ70.519361.3199101.0477
Yxy61.31990.30280.2633
Hunter Lab78.307023.7107-21.6931
CIE-Lab82.550427.8609-25.1682

#ecbdfd color RGB value is (236,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 11111101
Octal 354 275 375
Decimal 236 189 253
Hex EC BD FD

RGB Percentages of Color #ecbdfd

%34.81
%27.88
%37.32

CMYK Percentages of Color #ecbdfd

%7
%25
%0
%1

Triadic Colors of #ecbdfd

#ecbdfd #fdecbd #bdfdec

Analogous Colors of #ecbdfd

#ecbdfd #fdbdee #ccbdfd

Monochromatic Colors of #ecbdfd

#ecbdfd

Complementary Color

#ecbdfd #cefdbd

#ecbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdfd Color CSS Codes

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

#ecbdfd Text Font Color

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

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


#ecbdfd Background Color

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

This div background color is #ecbdfd


#ecbdfd Border Color

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

This div border color is #ecbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.