Color Hex Logo

#dbbfe1 Color Hex

#DBBFE1
(219,191,225)
0 Favorites   0 Comments

Color spaces of #dbbfe1

RGB 219191225
HSL0.800.360.82
HSV289°15°88°
CMYK 0.030.150.00   0.12
XYZ61.434857.757979.1446
Yxy57.75790.30970.2912
Hunter Lab75.998611.2960-8.5453
CIE-Lab80.604015.9135-13.2665

#dbbfe1 color RGB value is (219,191,225).

#dbbfe1 hex color red value is 219, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbbfe1 hue: 0.80 , saturation: 0.36 and the lightness value of dbbfe1 is 0.82.

The process color (four color CMYK) of #dbbfe1 color hex is 0.03, 0.15, 0.00, 0.12. Web safe color of #dbbfe1 is #cccccc. Color #dbbfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11100001
Octal 333 277 341
Decimal 219 191 225
Hex DB BF E1

RGB Percentages of Color #dbbfe1

%34.49
%30.08
%35.43

CMYK Percentages of Color #dbbfe1

%3
%15
%0
%12

Triadic Colors of #dbbfe1

#dbbfe1 #e1dbbf #bfe1db

Analogous Colors of #dbbfe1

#dbbfe1 #e1bfd6 #cabfe1

Monochromatic Colors of #dbbfe1

#dbbfe1

Complementary Color

#dbbfe1 #c5e1bf

#dbbfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfe1 Color CSS Codes

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

#dbbfe1 Text Font Color

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

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


#dbbfe1 Background Color

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

This div background color is #dbbfe1


#dbbfe1 Border Color

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

This div border color is #dbbfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfe1


Comments

No comments written yet.

Please login to write comment.