Color Hex Logo

#ddbcfe Color Hex

#DDBCFE
(221,188,254)
0 Favorites   0 Comments

Color spaces of #ddbcfe

RGB 221188254
HSL0.750.970.87
HSV270°26°100°
CMYK 0.130.260.00   0.00
XYZ65.691458.4943101.5942
Yxy58.49430.29100.2591
Hunter Lab76.481619.4741-25.2207
CIE-Lab81.012823.9136-28.1703

#ddbcfe color RGB value is (221,188,254).

#ddbcfe hex color red value is 221, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddbcfe hue: 0.75 , saturation: 0.97 and the lightness value of ddbcfe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11111110
Octal 335 274 376
Decimal 221 188 254
Hex DD BC FE

RGB Percentages of Color #ddbcfe

%33.33
%28.36
%38.31

CMYK Percentages of Color #ddbcfe

%13
%26
%0
%0

Triadic Colors of #ddbcfe

#ddbcfe #feddbc #bcfedd

Analogous Colors of #ddbcfe

#ddbcfe #febcfe #bcbcfe

Monochromatic Colors of #ddbcfe

#ddbcfe

Complementary Color

#ddbcfe #ddfebc

#ddbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcfe Color CSS Codes

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

#ddbcfe Text Font Color

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

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


#ddbcfe Background Color

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

This div background color is #ddbcfe


#ddbcfe Border Color

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

This div border color is #ddbcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.