Color Hex Logo

#dbbbf8 Color Hex

#DBBBF8
(219,187,248)
0 Favorites   0 Comments

Color spaces of #dbbbf8

RGB 219187248
HSL0.750.810.85
HSV271°25°97°
CMYK 0.120.250.00   0.03
XYZ63.927057.378096.5127
Yxy57.37800.29350.2634
Hunter Lab75.748318.0838-22.5190
CIE-Lab80.391722.5969-25.9269

#dbbbf8 color RGB value is (219,187,248).

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

The process color (four color CMYK) of #dbbbf8 color hex is 0.12, 0.25, 0.00, 0.03. Web safe color of #dbbbf8 is #ccccff. Color #dbbbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11111000
Octal 333 273 370
Decimal 219 187 248
Hex DB BB F8

RGB Percentages of Color #dbbbf8

%33.49
%28.59
%37.92

CMYK Percentages of Color #dbbbf8

%12
%25
%0
%3

Triadic Colors of #dbbbf8

#dbbbf8 #f8dbbb #bbf8db

Analogous Colors of #dbbbf8

#dbbbf8 #f8bbf7 #bdbbf8

Monochromatic Colors of #dbbbf8

#dbbbf8

Complementary Color

#dbbbf8 #d8f8bb

#dbbbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbf8 Color CSS Codes

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

#dbbbf8 Text Font Color

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

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


#dbbbf8 Background Color

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

This div background color is #dbbbf8


#dbbbf8 Border Color

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

This div border color is #dbbbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbf8


Comments

No comments written yet.

Please login to write comment.