Color Hex Logo

#db76fa Color Hex

#DB76FA
(219,118,250)
0 Favorites   0 Comments

Color spaces of #db76fa

RGB 219118250
HSL0.790.930.72
HSV286°53°98°
CMYK 0.120.530.00   0.02
XYZ52.947234.919194.3919
Yxy34.91910.29050.1916
Hunter Lab59.092456.5256-53.3429
CIE-Lab65.685659.3136-49.8645

#db76fa color RGB value is (219,118,250).

#db76fa hex color red value is 219, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db76fa hue: 0.79 , saturation: 0.93 and the lightness value of db76fa is 0.72.

The process color (four color CMYK) of #db76fa color hex is 0.12, 0.53, 0.00, 0.02. Web safe color of #db76fa is #cc66ff. Color #db76fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 11111010
Octal 333 166 372
Decimal 219 118 250
Hex DB 76 FA

RGB Percentages of Color #db76fa

%37.31
%20.10
%42.59

CMYK Percentages of Color #db76fa

%12
%53
%0
%2

Triadic Colors of #db76fa

#db76fa #fadb76 #76fadb

Analogous Colors of #db76fa

#db76fa #fa76d7 #9976fa

Monochromatic Colors of #db76fa

#db76fa

Complementary Color

#db76fa #95fa76

#db76fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76fa Color CSS Codes

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

#db76fa Text Font Color

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

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


#db76fa Background Color

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

This div background color is #db76fa


#db76fa Border Color

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

This div border color is #db76fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76fa

Related Colors


Comments

No comments written yet.

Please login to write comment.