Color Hex Logo

#dfb4fb Color Hex

#DFB4FB
(223,180,251)
0 Favorites   0 Comments

Color spaces of #dfb4fb

RGB 223180251
HSL0.770.900.85
HSV276°28°98°
CMYK 0.110.280.00   0.02
XYZ64.165355.295598.5580
Yxy55.29550.29430.2536
Hunter Lab74.360923.8942-26.5303
CIE-Lab79.211228.2292-29.3100

#dfb4fb color RGB value is (223,180,251).

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

The process color (four color CMYK) of #dfb4fb color hex is 0.11, 0.28, 0.00, 0.02. Web safe color of #dfb4fb is #ccccff. Color #dfb4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 11111011
Octal 337 264 373
Decimal 223 180 251
Hex DF B4 FB

RGB Percentages of Color #dfb4fb

%34.10
%27.52
%38.38

CMYK Percentages of Color #dfb4fb

%11
%28
%0
%2

Triadic Colors of #dfb4fb

#dfb4fb #fbdfb4 #b4fbdf

Analogous Colors of #dfb4fb

#dfb4fb #fbb4f4 #bcb4fb

Monochromatic Colors of #dfb4fb

#dfb4fb

Complementary Color

#dfb4fb #d0fbb4

#dfb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb4fb Color CSS Codes

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

#dfb4fb Text Font Color

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

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


#dfb4fb Background Color

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

This div background color is #dfb4fb


#dfb4fb Border Color

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

This div border color is #dfb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.