Color Hex Logo

#dfb6fd Color Hex

#DFB6FD
(223,182,253)
0 Favorites   0 Comments

Color spaces of #dfb6fd

RGB 223182253
HSL0.760.950.85
HSV275°28°99°
CMYK 0.120.280.00   0.01
XYZ64.889056.2357100.3631
Yxy56.23570.29300.2539
Hunter Lab74.990523.2221-26.8571
CIE-Lab79.747827.5591-29.5588

#dfb6fd color RGB value is (223,182,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 11111101
Octal 337 266 375
Decimal 223 182 253
Hex DF B6 FD

RGB Percentages of Color #dfb6fd

%33.89
%27.66
%38.45

CMYK Percentages of Color #dfb6fd

%12
%28
%0
%1

Triadic Colors of #dfb6fd

#dfb6fd #fddfb6 #b6fddf

Analogous Colors of #dfb6fd

#dfb6fd #fdb6f8 #bcb6fd

Monochromatic Colors of #dfb6fd

#dfb6fd

Complementary Color

#dfb6fd #d4fdb6

#dfb6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6fd Color CSS Codes

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

#dfb6fd Text Font Color

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

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


#dfb6fd Background Color

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

This div background color is #dfb6fd


#dfb6fd Border Color

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

This div border color is #dfb6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.