Color Hex Logo

#ddb1fc Color Hex

#DDB1FC
(221,177,252)
0 Favorites   0 Comments

Color spaces of #ddb1fc

RGB 221177252
HSL0.760.930.84
HSV275°30°99°
CMYK 0.120.300.00   0.01
XYZ63.111653.844799.1622
Yxy53.84470.29200.2491
Hunter Lab73.378925.1107-28.7575
CIE-Lab78.371129.4360-31.1529

#ddb1fc color RGB value is (221,177,252).

#ddb1fc hex color red value is 221, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddb1fc hue: 0.76 , saturation: 0.93 and the lightness value of ddb1fc is 0.84.

The process color (four color CMYK) of #ddb1fc color hex is 0.12, 0.30, 0.00, 0.01. Web safe color of #ddb1fc is #cc99ff. Color #ddb1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 11111100
Octal 335 261 374
Decimal 221 177 252
Hex DD B1 FC

RGB Percentages of Color #ddb1fc

%34.00
%27.23
%38.77

CMYK Percentages of Color #ddb1fc

%12
%30
%0
%1

Triadic Colors of #ddb1fc

#ddb1fc #fcddb1 #b1fcdd

Analogous Colors of #ddb1fc

#ddb1fc #fcb1f6 #b8b1fc

Monochromatic Colors of #ddb1fc

#ddb1fc

Complementary Color

#ddb1fc #d0fcb1

#ddb1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb1fc Color CSS Codes

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

#ddb1fc Text Font Color

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

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


#ddb1fc Background Color

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

This div background color is #ddb1fc


#ddb1fc Border Color

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

This div border color is #ddb1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb1fc


Comments

No comments written yet.

Please login to write comment.