Color Hex Logo

#dfb1fc Color Hex

#DFB1FC
(223,177,252)
0 Favorites   0 Comments

Color spaces of #dfb1fc

RGB 223177252
HSL0.770.930.84
HSV277°30°99°
CMYK 0.120.300.00   0.01
XYZ63.724354.160599.1909
Yxy54.16050.29360.2495
Hunter Lab73.593825.7725-28.3963
CIE-Lab78.555230.0494-30.8541

#dfb1fc color RGB value is (223,177,252).

#dfb1fc hex color red value is 223, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dfb1fc hue: 0.77 , saturation: 0.93 and the lightness value of dfb1fc is 0.84.

The process color (four color CMYK) of #dfb1fc color hex is 0.12, 0.30, 0.00, 0.01. Web safe color of #dfb1fc is #cc99ff. Color #dfb1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 11111100
Octal 337 261 374
Decimal 223 177 252
Hex DF B1 FC

RGB Percentages of Color #dfb1fc

%34.20
%27.15
%38.65

CMYK Percentages of Color #dfb1fc

%12
%30
%0
%1

Triadic Colors of #dfb1fc

#dfb1fc #fcdfb1 #b1fcdf

Analogous Colors of #dfb1fc

#dfb1fc #fcb1f4 #bab1fc

Monochromatic Colors of #dfb1fc

#dfb1fc

Complementary Color

#dfb1fc #cefcb1

#dfb1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb1fc Color CSS Codes

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

#dfb1fc Text Font Color

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

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


#dfb1fc Background Color

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

This div background color is #dfb1fc


#dfb1fc Border Color

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

This div border color is #dfb1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb1fc


Comments

No comments written yet.

Please login to write comment.