Color Hex Logo

#dcb1ff Color Hex

#DCB1FF
(220,177,255)
0 Favorites   0 Comments

Color spaces of #dcb1ff

RGB 220177255
HSL0.761.000.85
HSV273°31°100°
CMYK 0.140.310.00   0.00
XYZ63.287353.8799101.6720
Yxy53.87990.28920.2462
Hunter Lab73.402925.4459-30.7418
CIE-Lab78.391729.7518-32.7394

#dcb1ff color RGB value is (220,177,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 11111111
Octal 334 261 377
Decimal 220 177 255
Hex DC B1 FF

RGB Percentages of Color #dcb1ff

%33.74
%27.15
%39.11

CMYK Percentages of Color #dcb1ff

%14
%31
%0
%0

Triadic Colors of #dcb1ff

#dcb1ff #ffdcb1 #b1ffdc

Analogous Colors of #dcb1ff

#dcb1ff #ffb1fb #b5b1ff

Monochromatic Colors of #dcb1ff

#dcb1ff

Complementary Color

#dcb1ff #d4ffb1

#dcb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb1ff Color CSS Codes

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

#dcb1ff Text Font Color

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

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


#dcb1ff Background Color

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

This div background color is #dcb1ff


#dcb1ff Border Color

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

This div border color is #dcb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.