Color Hex Logo

#ddbcfa Color Hex

#DDBCFA
(221,188,250)
0 Favorites   0 Comments

Color spaces of #ddbcfa

RGB 221188250
HSL0.760.860.86
HSV272°25°98°
CMYK 0.120.250.00   0.02
XYZ65.057358.240798.2552
Yxy58.24070.29360.2629
Hunter Lab76.315618.6149-22.9141
CIE-Lab80.872423.0918-26.2474

#ddbcfa color RGB value is (221,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11111010
Octal 335 274 372
Decimal 221 188 250
Hex DD BC FA

RGB Percentages of Color #ddbcfa

%33.54
%28.53
%37.94

CMYK Percentages of Color #ddbcfa

%12
%25
%0
%2

Triadic Colors of #ddbcfa

#ddbcfa #faddbc #bcfadd

Analogous Colors of #ddbcfa

#ddbcfa #fabcf8 #bebcfa

Monochromatic Colors of #ddbcfa

#ddbcfa

Complementary Color

#ddbcfa #d9fabc

#ddbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcfa Color CSS Codes

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

#ddbcfa Text Font Color

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

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


#ddbcfa Background Color

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

This div background color is #ddbcfa


#ddbcfa Border Color

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

This div border color is #ddbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.