Color Hex Logo

#ddb7fd Color Hex

#DDB7FD
(221,183,253)
0 Favorites   0 Comments

Color spaces of #ddb7fd

RGB 221183253
HSL0.760.950.85
HSV273°28°99°
CMYK 0.130.280.00   0.01
XYZ64.481956.3310100.4029
Yxy56.33100.29150.2546
Hunter Lab75.054022.0121-26.7770
CIE-Lab79.801826.4035-29.4913

#ddb7fd color RGB value is (221,183,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 11111101
Octal 335 267 375
Decimal 221 183 253
Hex DD B7 FD

RGB Percentages of Color #ddb7fd

%33.64
%27.85
%38.51

CMYK Percentages of Color #ddb7fd

%13
%28
%0
%1

Triadic Colors of #ddb7fd

#ddb7fd #fdddb7 #b7fddd

Analogous Colors of #ddb7fd

#ddb7fd #fdb7fa #bab7fd

Monochromatic Colors of #ddb7fd

#ddb7fd

Complementary Color

#ddb7fd #d7fdb7

#ddb7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb7fd Color CSS Codes

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

#ddb7fd Text Font Color

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

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


#ddb7fd Background Color

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

This div background color is #ddb7fd


#ddb7fd Border Color

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

This div border color is #ddb7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb7fd


Comments

No comments written yet.

Please login to write comment.