Color Hex Logo

#dfb3fa Color Hex

#DFB3FA
(223,179,250)
0 Favorites   0 Comments

Color spaces of #dfb3fa

RGB 223179250
HSL0.770.880.84
HSV277°28°98°
CMYK 0.110.280.00   0.02
XYZ63.806854.830397.6628
Yxy54.83030.29500.2535
Hunter Lab74.047524.2306-26.3656
CIE-Lab78.943428.5649-29.1841

#dfb3fa color RGB value is (223,179,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 11111010
Octal 337 263 372
Decimal 223 179 250
Hex DF B3 FA

RGB Percentages of Color #dfb3fa

%34.20
%27.45
%38.34

CMYK Percentages of Color #dfb3fa

%11
%28
%0
%2

Triadic Colors of #dfb3fa

#dfb3fa #fadfb3 #b3fadf

Analogous Colors of #dfb3fa

#dfb3fa #fab3f2 #bcb3fa

Monochromatic Colors of #dfb3fa

#dfb3fa

Complementary Color

#dfb3fa #cefab3

#dfb3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb3fa Color CSS Codes

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

#dfb3fa Text Font Color

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

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


#dfb3fa Background Color

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

This div background color is #dfb3fa


#dfb3fa Border Color

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

This div border color is #dfb3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.