Color Hex Logo

#dfb7fc Color Hex

#DFB7FC
(223,183,252)
0 Favorites   0 Comments

Color spaces of #dfb7fc

RGB 223183252
HSL0.760.920.85
HSV275°27°99°
CMYK 0.120.270.00   0.01
XYZ64.935656.583299.5946
Yxy56.58320.29370.2559
Hunter Lab75.221822.4529-25.8454
CIE-Lab79.944626.8162-28.7214

#dfb7fc color RGB value is (223,183,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11111100
Octal 337 267 374
Decimal 223 183 252
Hex DF B7 FC

RGB Percentages of Color #dfb7fc

%33.89
%27.81
%38.30

CMYK Percentages of Color #dfb7fc

%12
%27
%0
%1

Triadic Colors of #dfb7fc

#dfb7fc #fcdfb7 #b7fcdf

Analogous Colors of #dfb7fc

#dfb7fc #fcb7f7 #bdb7fc

Monochromatic Colors of #dfb7fc

#dfb7fc

Complementary Color

#dfb7fc #d4fcb7

#dfb7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7fc Color CSS Codes

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

#dfb7fc Text Font Color

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

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


#dfb7fc Background Color

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

This div background color is #dfb7fc


#dfb7fc Border Color

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

This div border color is #dfb7fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,183,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb7fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7fc


Comments

No comments written yet.

Please login to write comment.