Color Hex Logo

#ddb0ff Color Hex

#DDB0FF
(221,176,255)
0 Favorites   0 Comments

Color spaces of #ddb0ff

RGB 221176255
HSL0.761.000.85
HSV274°31°100°
CMYK 0.130.310.00   0.00
XYZ63.394153.6428101.6206
Yxy53.64280.28990.2453
Hunter Lab73.241226.3288-30.9947
CIE-Lab78.253030.5950-32.9455

#ddb0ff color RGB value is (221,176,255).

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

The process color (four color CMYK) of #ddb0ff color hex is 0.13, 0.31, 0.00, 0.00. Web safe color of #ddb0ff is #cc99ff. Color #ddb0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 11111111
Octal 335 260 377
Decimal 221 176 255
Hex DD B0 FF

RGB Percentages of Color #ddb0ff

%33.90
%26.99
%39.11

CMYK Percentages of Color #ddb0ff

%13
%31
%0
%0

Triadic Colors of #ddb0ff

#ddb0ff #ffddb0 #b0ffdd

Analogous Colors of #ddb0ff

#ddb0ff #ffb0fa #b6b0ff

Monochromatic Colors of #ddb0ff

#ddb0ff

Complementary Color

#ddb0ff #d2ffb0

#ddb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0ff Color CSS Codes

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

#ddb0ff Text Font Color

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

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


#ddb0ff Background Color

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

This div background color is #ddb0ff


#ddb0ff Border Color

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

This div border color is #ddb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.