Color Hex Logo

#db78ff Color Hex

#DB78FF
(219,120,255)
0 Favorites   0 Comments

Color spaces of #db78ff

RGB 219120255
HSL0.791.000.74
HSV284°53°100°
CMYK 0.140.530.00   0.00
XYZ53.979935.713098.6560
Yxy35.71300.28660.1896
Hunter Lab59.760456.6536-56.0473
CIE-Lab66.300159.3228-51.6346

#db78ff color RGB value is (219,120,255).

#db78ff hex color red value is 219, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db78ff hue: 0.79 , saturation: 1.00 and the lightness value of db78ff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 11111111
Octal 333 170 377
Decimal 219 120 255
Hex DB 78 FF

RGB Percentages of Color #db78ff

%36.87
%20.20
%42.93

CMYK Percentages of Color #db78ff

%14
%53
%0
%0

Triadic Colors of #db78ff

#db78ff #ffdb78 #78ffdb

Analogous Colors of #db78ff

#db78ff #ff78e0 #9878ff

Monochromatic Colors of #db78ff

#db78ff

Complementary Color

#db78ff #9cff78

#db78ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db78ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db78ff Color CSS Codes

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

#db78ff Text Font Color

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

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


#db78ff Background Color

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

This div background color is #db78ff


#db78ff Border Color

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

This div border color is #db78ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db78ff

Related Colors


Comments

No comments written yet.

Please login to write comment.