Color Hex Logo

#dbbeff Color Hex

#DBBEFF
(219,190,255)
2 Favorites   0 Comments

Color spaces of #dbbeff

RGB 219190255
HSL0.741.000.87
HSV267°25°100°
CMYK 0.140.250.00   0.00
XYZ65.676959.1070102.5550
Yxy59.10700.28890.2600
Hunter Lab76.881117.9446-25.2727
CIE-Lab81.350422.4262-28.2025

#dbbeff color RGB value is (219,190,255).

#dbbeff hex color red value is 219, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbbeff hue: 0.74 , saturation: 1.00 and the lightness value of dbbeff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11111111
Octal 333 276 377
Decimal 219 190 255
Hex DB BE FF

RGB Percentages of Color #dbbeff

%32.98
%28.61
%38.40

CMYK Percentages of Color #dbbeff

%14
%25
%0
%0

Triadic Colors of #dbbeff

#dbbeff #ffdbbe #beffdb

Analogous Colors of #dbbeff

#dbbeff #fcbeff #bec2ff

Monochromatic Colors of #dbbeff

#dbbeff

Complementary Color

#dbbeff #e2ffbe

#dbbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeff Color CSS Codes

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

#dbbeff Text Font Color

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

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


#dbbeff Background Color

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

This div background color is #dbbeff


#dbbeff Border Color

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

This div border color is #dbbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeff

#dbbeff Color Palettes


Comments

No comments written yet.

Please login to write comment.