Color Hex Logo

#dba6fb Color Hex

#DBA6FB
(219,166,251)
0 Favorites   0 Comments

Color spaces of #dba6fb

RGB 219166251
HSL0.770.910.82
HSV277°34°98°
CMYK 0.130.340.00   0.02
XYZ60.262249.297597.6060
Yxy49.29750.29090.2380
Hunter Lab70.212230.3329-33.2739
CIE-Lab75.636034.5590-34.8491

#dba6fb color RGB value is (219,166,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 11111011
Octal 333 246 373
Decimal 219 166 251
Hex DB A6 FB

RGB Percentages of Color #dba6fb

%34.43
%26.10
%39.47

CMYK Percentages of Color #dba6fb

%13
%34
%0
%2

Triadic Colors of #dba6fb

#dba6fb #fbdba6 #a6fbdb

Analogous Colors of #dba6fb

#dba6fb #fba6f1 #b1a6fb

Monochromatic Colors of #dba6fb

#dba6fb

Complementary Color

#dba6fb #c6fba6

#dba6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6fb Color CSS Codes

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

#dba6fb Text Font Color

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

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


#dba6fb Background Color

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

This div background color is #dba6fb


#dba6fb Border Color

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

This div border color is #dba6fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,166,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 #dba6fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6fb


Comments

No comments written yet.

Please login to write comment.