Color Hex Logo

#dba7fe Color Hex

#DBA7FE
(219,167,254)
1 Favorites   0 Comments

Color spaces of #dba7fe

RGB 219167254
HSL0.770.980.83
HSV276°34°100°
CMYK 0.140.340.00   0.00
XYZ60.921549.8533100.1777
Yxy49.85330.28880.2363
Hunter Lab70.606930.4526-34.6964
CIE-Lab75.979134.6409-35.9365

#dba7fe color RGB value is (219,167,254).

#dba7fe hex color red value is 219, green value is 167 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dba7fe hue: 0.77 , saturation: 0.98 and the lightness value of dba7fe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 11111110
Octal 333 247 376
Decimal 219 167 254
Hex DB A7 FE

RGB Percentages of Color #dba7fe

%34.22
%26.09
%39.69

CMYK Percentages of Color #dba7fe

%14
%34
%0
%0

Triadic Colors of #dba7fe

#dba7fe #fedba7 #a7fedb

Analogous Colors of #dba7fe

#dba7fe #fea7f6 #b0a7fe

Monochromatic Colors of #dba7fe

#dba7fe

Complementary Color

#dba7fe #cafea7

#dba7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba7fe Color CSS Codes

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

#dba7fe Text Font Color

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

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


#dba7fe Background Color

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

This div background color is #dba7fe


#dba7fe Border Color

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

This div border color is #dba7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba7fe


Comments

No comments written yet.

Please login to write comment.