Color Hex Logo

#ddbafb Color Hex

#DDBAFB
(221,186,251)
0 Favorites   0 Comments

Color spaces of #ddbafb

RGB 221186251
HSL0.760.890.86
HSV272°26°98°
CMYK 0.120.260.00   0.02
XYZ64.790357.455098.9419
Yxy57.45500.29290.2598
Hunter Lab75.799119.9269-24.3330
CIE-Lab80.434824.3743-27.4511

#ddbafb color RGB value is (221,186,251).

#ddbafb hex color red value is 221, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddbafb hue: 0.76 , saturation: 0.89 and the lightness value of ddbafb is 0.86.

The process color (four color CMYK) of #ddbafb color hex is 0.12, 0.26, 0.00, 0.02. Web safe color of #ddbafb is #ccccff. Color #ddbafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11111011
Octal 335 272 373
Decimal 221 186 251
Hex DD BA FB

RGB Percentages of Color #ddbafb

%33.59
%28.27
%38.15

CMYK Percentages of Color #ddbafb

%12
%26
%0
%2

Triadic Colors of #ddbafb

#ddbafb #fbddba #bafbdd

Analogous Colors of #ddbafb

#ddbafb #fbbaf9 #bdbafb

Monochromatic Colors of #ddbafb

#ddbafb

Complementary Color

#ddbafb #d8fbba

#ddbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbafb Color CSS Codes

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

#ddbafb Text Font Color

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

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


#ddbafb Background Color

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

This div background color is #ddbafb


#ddbafb Border Color

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

This div border color is #ddbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbafb


Comments

No comments written yet.

Please login to write comment.