Color Hex Logo

#dbbcfe Color Hex

#DBBCFE
(219,188,254)
0 Favorites   0 Comments

Color spaces of #dbbcfe

RGB 219188254
HSL0.740.970.87
HSV268°26°100°
CMYK 0.140.260.00   0.00
XYZ65.086058.1823101.5658
Yxy58.18230.28950.2588
Hunter Lab76.277318.8254-25.5525
CIE-Lab80.840023.2962-28.4500

#dbbcfe color RGB value is (219,188,254).

#dbbcfe hex color red value is 219, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbbcfe hue: 0.74 , saturation: 0.97 and the lightness value of dbbcfe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11111110
Octal 333 274 376
Decimal 219 188 254
Hex DB BC FE

RGB Percentages of Color #dbbcfe

%33.13
%28.44
%38.43

CMYK Percentages of Color #dbbcfe

%14
%26
%0
%0

Triadic Colors of #dbbcfe

#dbbcfe #fedbbc #bcfedb

Analogous Colors of #dbbcfe

#dbbcfe #fcbcfe #bcbefe

Monochromatic Colors of #dbbcfe

#dbbcfe

Complementary Color

#dbbcfe #dffebc

#dbbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcfe Color CSS Codes

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

#dbbcfe Text Font Color

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

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


#dbbcfe Background Color

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

This div background color is #dbbcfe


#dbbcfe Border Color

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

This div border color is #dbbcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.