Color Hex Logo

#ddbbfa Color Hex

#DDBBFA
(221,187,250)
0 Favorites   0 Comments

Color spaces of #ddbbfa

RGB 221187250
HSL0.760.860.86
HSV272°25°98°
CMYK 0.120.250.00   0.02
XYZ64.844457.814998.1842
Yxy57.81490.29360.2618
Hunter Lab76.036119.1635-23.3349
CIE-Lab80.635823.6307-26.6089

#ddbbfa color RGB value is (221,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11111010
Octal 335 273 372
Decimal 221 187 250
Hex DD BB FA

RGB Percentages of Color #ddbbfa

%33.59
%28.42
%37.99

CMYK Percentages of Color #ddbbfa

%12
%25
%0
%2

Triadic Colors of #ddbbfa

#ddbbfa #faddbb #bbfadd

Analogous Colors of #ddbbfa

#ddbbfa #fabbf8 #bebbfa

Monochromatic Colors of #ddbbfa

#ddbbfa

Complementary Color

#ddbbfa #d8fabb

#ddbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbfa Color CSS Codes

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

#ddbbfa Text Font Color

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

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


#ddbbfa Background Color

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

This div background color is #ddbbfa


#ddbbfa Border Color

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

This div border color is #ddbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbfa


Comments

No comments written yet.

Please login to write comment.