Color Hex Logo

#dcbbfe Color Hex

#DCBBFE
(220,187,254)
0 Favorites   0 Comments

Color spaces of #dcbbfe

RGB 220187254
HSL0.750.970.86
HSV270°26°100°
CMYK 0.130.260.00   0.00
XYZ65.174957.9120101.5090
Yxy57.91200.29020.2578
Hunter Lab76.099919.6994-25.8164
CIE-Lab80.689824.1442-28.6725

#dcbbfe color RGB value is (220,187,254).

#dcbbfe hex color red value is 220, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dcbbfe hue: 0.75 , saturation: 0.97 and the lightness value of dcbbfe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11111110
Octal 334 273 376
Decimal 220 187 254
Hex DC BB FE

RGB Percentages of Color #dcbbfe

%33.28
%28.29
%38.43

CMYK Percentages of Color #dcbbfe

%13
%26
%0
%0

Triadic Colors of #dcbbfe

#dcbbfe #fedcbb #bbfedc

Analogous Colors of #dcbbfe

#dcbbfe #febbfe #bbbcfe

Monochromatic Colors of #dcbbfe

#dcbbfe

Complementary Color

#dcbbfe #ddfebb

#dcbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbfe Color CSS Codes

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

#dcbbfe Text Font Color

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

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


#dcbbfe Background Color

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

This div background color is #dcbbfe


#dcbbfe Border Color

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

This div border color is #dcbbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.