Color Hex Logo

#dba5fb Color Hex

#DBA5FB
(219,165,251)
0 Favorites   0 Comments

Color spaces of #dba5fb

RGB 219165251
HSL0.770.910.82
HSV278°34°98°
CMYK 0.130.340.00   0.02
XYZ60.081148.935497.5456
Yxy48.93540.29090.2369
Hunter Lab69.953830.8887-33.7080
CIE-Lab75.411135.0977-35.1971

#dba5fb color RGB value is (219,165,251).

#dba5fb hex color red value is 219, green value is 165 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dba5fb hue: 0.77 , saturation: 0.91 and the lightness value of dba5fb is 0.82.

The process color (four color CMYK) of #dba5fb color hex is 0.13, 0.34, 0.00, 0.02. Web safe color of #dba5fb is #cc99ff. Color #dba5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 11111011
Octal 333 245 373
Decimal 219 165 251
Hex DB A5 FB

RGB Percentages of Color #dba5fb

%34.49
%25.98
%39.53

CMYK Percentages of Color #dba5fb

%13
%34
%0
%2

Triadic Colors of #dba5fb

#dba5fb #fbdba5 #a5fbdb

Analogous Colors of #dba5fb

#dba5fb #fba5f0 #b0a5fb

Monochromatic Colors of #dba5fb

#dba5fb

Complementary Color

#dba5fb #c5fba5

#dba5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5fb Color CSS Codes

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

#dba5fb Text Font Color

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

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


#dba5fb Background Color

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

This div background color is #dba5fb


#dba5fb Border Color

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

This div border color is #dba5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5fb


Comments

No comments written yet.

Please login to write comment.