Color Hex Logo

#dfbdfd Color Hex

#DFBDFD
(223,189,253)
2 Favorites   0 Comments

Color spaces of #dfbdfd

RGB 223189253
HSL0.760.940.87
HSV272°25°99°
CMYK 0.120.250.00   0.01
XYZ66.358659.1750100.8529
Yxy59.17500.29310.2614
Hunter Lab76.925319.3614-23.8845
CIE-Lab81.387723.7894-27.0475

#dfbdfd color RGB value is (223,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11111101
Octal 337 275 375
Decimal 223 189 253
Hex DF BD FD

RGB Percentages of Color #dfbdfd

%33.53
%28.42
%38.05

CMYK Percentages of Color #dfbdfd

%12
%25
%0
%1

Triadic Colors of #dfbdfd

#dfbdfd #fddfbd #bdfddf

Analogous Colors of #dfbdfd

#dfbdfd #fdbdfb #bfbdfd

Monochromatic Colors of #dfbdfd

#dfbdfd

Complementary Color

#dfbdfd #dbfdbd

#dfbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdfd Color CSS Codes

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

#dfbdfd Text Font Color

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

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


#dfbdfd Background Color

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

This div background color is #dfbdfd


#dfbdfd Border Color

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

This div border color is #dfbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdfd


Comments

No comments written yet.

Please login to write comment.