Color Hex Logo

#dfbcfd Color Hex

#DFBCFD
(223,188,253)
0 Favorites   0 Comments

Color spaces of #dfbcfd

RGB 223188253
HSL0.760.940.86
HSV272°26°99°
CMYK 0.120.260.00   0.01
XYZ66.144358.7463100.7815
Yxy58.74630.29310.2603
Hunter Lab76.646119.9117-24.3077
CIE-Lab81.151924.3276-27.4079

#dfbcfd color RGB value is (223,188,253).

#dfbcfd hex color red value is 223, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfbcfd hue: 0.76 , saturation: 0.94 and the lightness value of dfbcfd is 0.86.

The process color (four color CMYK) of #dfbcfd color hex is 0.12, 0.26, 0.00, 0.01. Web safe color of #dfbcfd is #ccccff. Color #dfbcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11111101
Octal 337 274 375
Decimal 223 188 253
Hex DF BC FD

RGB Percentages of Color #dfbcfd

%33.58
%28.31
%38.10

CMYK Percentages of Color #dfbcfd

%12
%26
%0
%1

Triadic Colors of #dfbcfd

#dfbcfd #fddfbc #bcfddf

Analogous Colors of #dfbcfd

#dfbcfd #fdbcfb #bfbcfd

Monochromatic Colors of #dfbcfd

#dfbcfd

Complementary Color

#dfbcfd #dafdbc

#dfbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcfd Color CSS Codes

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

#dfbcfd Text Font Color

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

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


#dfbcfd Background Color

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

This div background color is #dfbcfd


#dfbcfd Border Color

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

This div border color is #dfbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcfd


Comments

No comments written yet.

Please login to write comment.