Color Hex Logo

#ddb5fc Color Hex

#DDB5FC
(221,181,252)
0 Favorites   0 Comments

Color spaces of #ddb5fc

RGB 221181252
HSL0.760.920.85
HSV274°28°99°
CMYK 0.120.280.00   0.01
XYZ63.913455.448299.4294
Yxy55.44820.29210.2534
Hunter Lab74.463522.8985-27.0440
CIE-Lab79.298727.2771-29.7275

#ddb5fc color RGB value is (221,181,252).

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

The process color (four color CMYK) of #ddb5fc color hex is 0.12, 0.28, 0.00, 0.01. Web safe color of #ddb5fc is #ccccff. Color #ddb5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 11111100
Octal 335 265 374
Decimal 221 181 252
Hex DD B5 FC

RGB Percentages of Color #ddb5fc

%33.79
%27.68
%38.53

CMYK Percentages of Color #ddb5fc

%12
%28
%0
%1

Triadic Colors of #ddb5fc

#ddb5fc #fcddb5 #b5fcdd

Analogous Colors of #ddb5fc

#ddb5fc #fcb5f8 #bab5fc

Monochromatic Colors of #ddb5fc

#ddb5fc

Complementary Color

#ddb5fc #d4fcb5

#ddb5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5fc Color CSS Codes

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

#ddb5fc Text Font Color

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

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


#ddb5fc Background Color

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

This div background color is #ddb5fc


#ddb5fc Border Color

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

This div border color is #ddb5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5fc


Comments

No comments written yet.

Please login to write comment.