Color Hex Logo

#db79fd Color Hex

#DB79FD
(219,121,253)
0 Favorites   0 Comments

Color spaces of #db79fd

RGB 219121253
HSL0.790.970.73
HSV285°52°99°
CMYK 0.130.520.00   0.01
XYZ53.780435.826797.0092
Yxy35.82670.28820.1920
Hunter Lab59.855455.6362-54.1940
CIE-Lab66.387358.4360-50.4013

#db79fd color RGB value is (219,121,253).

#db79fd hex color red value is 219, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db79fd hue: 0.79 , saturation: 0.97 and the lightness value of db79fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11111101
Octal 333 171 375
Decimal 219 121 253
Hex DB 79 FD

RGB Percentages of Color #db79fd

%36.93
%20.40
%42.66

CMYK Percentages of Color #db79fd

%13
%52
%0
%1

Triadic Colors of #db79fd

#db79fd #fddb79 #79fddb

Analogous Colors of #db79fd

#db79fd #fd79dd #9979fd

Monochromatic Colors of #db79fd

#db79fd

Complementary Color

#db79fd #9bfd79

#db79fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79fd Color CSS Codes

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

#db79fd Text Font Color

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

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


#db79fd Background Color

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

This div background color is #db79fd


#db79fd Border Color

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

This div border color is #db79fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79fd

Related Colors


Comments

No comments written yet.

Please login to write comment.