Color Hex Logo

#db6bfc Color Hex

#DB6BFC
(219,107,252)
0 Favorites   0 Comments

Color spaces of #db6bfc

RGB 219107252
HSL0.800.960.70
HSV286°58°99°
CMYK 0.130.580.00   0.01
XYZ52.041832.603795.6457
Yxy32.60370.28870.1808
Hunter Lab57.099662.7642-59.3449
CIE-Lab63.838764.9159-53.8895

#db6bfc color RGB value is (219,107,252).

#db6bfc hex color red value is 219, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #db6bfc hue: 0.80 , saturation: 0.96 and the lightness value of db6bfc is 0.70.

The process color (four color CMYK) of #db6bfc color hex is 0.13, 0.58, 0.00, 0.01. Web safe color of #db6bfc is #cc66ff. Color #db6bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101011 11111100
Octal 333 153 374
Decimal 219 107 252
Hex DB 6B FC

RGB Percentages of Color #db6bfc

%37.89
%18.51
%43.60

CMYK Percentages of Color #db6bfc

%13
%58
%0
%1

Triadic Colors of #db6bfc

#db6bfc #fcdb6b #6bfcdb

Analogous Colors of #db6bfc

#db6bfc #fc6bd5 #936bfc

Monochromatic Colors of #db6bfc

#db6bfc

Complementary Color

#db6bfc #8cfc6b

#db6bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6bfc Color CSS Codes

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

#db6bfc Text Font Color

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

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


#db6bfc Background Color

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

This div background color is #db6bfc


#db6bfc Border Color

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

This div border color is #db6bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.