Color Hex Logo

#dbbef6 Color Hex

#DBBEF6
(219,190,246)
0 Favorites   0 Comments

Color spaces of #dbbef6

RGB 219190246
HSL0.750.760.85
HSV271°23°96°
CMYK 0.110.230.00   0.04
XYZ64.261458.540895.1013
Yxy58.54080.29490.2687
Hunter Lab76.512016.0239-20.1367
CIE-Lab81.038520.5715-23.8706

#dbbef6 color RGB value is (219,190,246).

#dbbef6 hex color red value is 219, green value is 190 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbbef6 hue: 0.75 , saturation: 0.76 and the lightness value of dbbef6 is 0.85.

The process color (four color CMYK) of #dbbef6 color hex is 0.11, 0.23, 0.00, 0.04. Web safe color of #dbbef6 is #ccccff. Color #dbbef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11110110
Octal 333 276 366
Decimal 219 190 246
Hex DB BE F6

RGB Percentages of Color #dbbef6

%33.44
%29.01
%37.56

CMYK Percentages of Color #dbbef6

%11
%23
%0
%4

Triadic Colors of #dbbef6

#dbbef6 #f6dbbe #bef6db

Analogous Colors of #dbbef6

#dbbef6 #f6bef5 #bfbef6

Monochromatic Colors of #dbbef6

#dbbef6

Complementary Color

#dbbef6 #d9f6be

#dbbef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbef6 Color CSS Codes

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

#dbbef6 Text Font Color

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

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


#dbbef6 Background Color

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

This div background color is #dbbef6


#dbbef6 Border Color

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

This div border color is #dbbef6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbef6


Comments

No comments written yet.

Please login to write comment.