Color Hex Logo

#dfb4fd Color Hex

#DFB4FD
(223,180,253)
0 Favorites   0 Comments

Color spaces of #dfb4fd

RGB 223180253
HSL0.760.950.85
HSV275°29°99°
CMYK 0.120.290.00   0.01
XYZ64.482355.4223100.2275
Yxy55.42230.29290.2518
Hunter Lab74.446224.3288-27.7103
CIE-Lab79.283928.6369-30.2709

#dfb4fd color RGB value is (223,180,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 11111101
Octal 337 264 375
Decimal 223 180 253
Hex DF B4 FD

RGB Percentages of Color #dfb4fd

%33.99
%27.44
%38.57

CMYK Percentages of Color #dfb4fd

%12
%29
%0
%1

Triadic Colors of #dfb4fd

#dfb4fd #fddfb4 #b4fddf

Analogous Colors of #dfb4fd

#dfb4fd #fdb4f7 #bbb4fd

Monochromatic Colors of #dfb4fd

#dfb4fd

Complementary Color

#dfb4fd #d2fdb4

#dfb4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb4fd Color CSS Codes

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

#dfb4fd Text Font Color

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

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


#dfb4fd Background Color

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

This div background color is #dfb4fd


#dfb4fd Border Color

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

This div border color is #dfb4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb4fd


Comments

No comments written yet.

Please login to write comment.