Color Hex Logo

#dbbfe8 Color Hex

#DBBFE8
(219,191,232)
0 Favorites   0 Comments

Color spaces of #dbbfe8

RGB 219191232
HSL0.780.470.83
HSV281°18°91°
CMYK 0.060.180.00   0.09
XYZ62.409758.147984.2782
Yxy58.14790.30470.2839
Hunter Lab76.254812.6451-12.1501
CIE-Lab80.820917.2532-16.6993

#dbbfe8 color RGB value is (219,191,232).

#dbbfe8 hex color red value is 219, green value is 191 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dbbfe8 hue: 0.78 , saturation: 0.47 and the lightness value of dbbfe8 is 0.83.

The process color (four color CMYK) of #dbbfe8 color hex is 0.06, 0.18, 0.00, 0.09. Web safe color of #dbbfe8 is #ccccff. Color #dbbfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11101000
Octal 333 277 350
Decimal 219 191 232
Hex DB BF E8

RGB Percentages of Color #dbbfe8

%34.11
%29.75
%36.14

CMYK Percentages of Color #dbbfe8

%6
%18
%0
%9

Triadic Colors of #dbbfe8

#dbbfe8 #e8dbbf #bfe8db

Analogous Colors of #dbbfe8

#dbbfe8 #e8bfe1 #c7bfe8

Monochromatic Colors of #dbbfe8

#dbbfe8

Complementary Color

#dbbfe8 #cce8bf

#dbbfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfe8 Color CSS Codes

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

#dbbfe8 Text Font Color

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

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


#dbbfe8 Background Color

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

This div background color is #dbbfe8


#dbbfe8 Border Color

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

This div border color is #dbbfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfe8

#dbbfe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.