Color Hex Logo

#dbbef7 Color Hex

#DBBEF7
(219,190,247)
0 Favorites   0 Comments

Color spaces of #dbbef7

RGB 219190247
HSL0.750.780.86
HSV271°23°97°
CMYK 0.110.230.00   0.03
XYZ64.415458.602495.9120
Yxy58.60240.29420.2677
Hunter Lab76.552216.2337-20.6977
CIE-Lab81.072620.7752-24.3536

#dbbef7 color RGB value is (219,190,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11110111
Octal 333 276 367
Decimal 219 190 247
Hex DB BE F7

RGB Percentages of Color #dbbef7

%33.38
%28.96
%37.65

CMYK Percentages of Color #dbbef7

%11
%23
%0
%3

Triadic Colors of #dbbef7

#dbbef7 #f7dbbe #bef7db

Analogous Colors of #dbbef7

#dbbef7 #f7bef7 #bfbef7

Monochromatic Colors of #dbbef7

#dbbef7

Complementary Color

#dbbef7 #daf7be

#dbbef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbef7 Color CSS Codes

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

#dbbef7 Text Font Color

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

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


#dbbef7 Background Color

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

This div background color is #dbbef7


#dbbef7 Border Color

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

This div border color is #dbbef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbef7

Related Colors


Comments

No comments written yet.

Please login to write comment.