Color Hex Logo

#ddb4ff Color Hex

#DDB4FF
(221,180,255)
0 Favorites   0 Comments

Color spaces of #ddb4ff

RGB 221180255
HSL0.761.000.85
HSV273°29°100°
CMYK 0.130.290.00   0.00
XYZ64.190155.2347101.8859
Yxy55.23470.29000.2496
Hunter Lab74.320124.1101-29.2571
CIE-Lab79.176328.4362-31.5236

#ddb4ff color RGB value is (221,180,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 11111111
Octal 335 264 377
Decimal 221 180 255
Hex DD B4 FF

RGB Percentages of Color #ddb4ff

%33.69
%27.44
%38.87

CMYK Percentages of Color #ddb4ff

%13
%29
%0
%0

Triadic Colors of #ddb4ff

#ddb4ff #ffddb4 #b4ffdd

Analogous Colors of #ddb4ff

#ddb4ff #ffb4fc #b8b4ff

Monochromatic Colors of #ddb4ff

#ddb4ff

Complementary Color

#ddb4ff #d6ffb4

#ddb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4ff Color CSS Codes

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

#ddb4ff Text Font Color

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

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


#ddb4ff Background Color

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

This div background color is #ddb4ff


#ddb4ff Border Color

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

This div border color is #ddb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.