Color Hex Logo

#dfbbf3 Color Hex

#DFBBF3
(223,187,243)
0 Favorites   0 Comments

Color spaces of #dfbbf3

RGB 223187243
HSL0.770.700.84
HSV279°23°95°
CMYK 0.080.230.00   0.05
XYZ64.379457.699792.5380
Yxy57.69970.30000.2688
Hunter Lab75.960318.3553-19.0573
CIE-Lab80.571522.8529-22.9424

#dfbbf3 color RGB value is (223,187,243).

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

The process color (four color CMYK) of #dfbbf3 color hex is 0.08, 0.23, 0.00, 0.05. Web safe color of #dfbbf3 is #ccccff. Color #dfbbf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11110011
Octal 337 273 363
Decimal 223 187 243
Hex DF BB F3

RGB Percentages of Color #dfbbf3

%34.15
%28.64
%37.21

CMYK Percentages of Color #dfbbf3

%8
%23
%0
%5

Triadic Colors of #dfbbf3

#dfbbf3 #f3dfbb #bbf3df

Analogous Colors of #dfbbf3

#dfbbf3 #f3bbeb #c3bbf3

Monochromatic Colors of #dfbbf3

#dfbbf3

Complementary Color

#dfbbf3 #cff3bb

#dfbbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbf3 Color CSS Codes

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

#dfbbf3 Text Font Color

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

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


#dfbbf3 Background Color

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

This div background color is #dfbbf3


#dfbbf3 Border Color

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

This div border color is #dfbbf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbf3


Comments

No comments written yet.

Please login to write comment.