Color Hex Logo

#db79ea Color Hex

#DB79EA
(219,121,234)
0 Favorites   0 Comments

Color spaces of #db79ea

RGB 219121234
HSL0.810.730.70
HSV292°48°92°
CMYK 0.060.480.00   0.08
XYZ50.902134.675381.8521
Yxy34.67530.30400.2071
Hunter Lab58.885751.2492-41.1940
CIE-Lab65.495154.7684-41.3440

#db79ea color RGB value is (219,121,234).

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

The process color (four color CMYK) of #db79ea color hex is 0.06, 0.48, 0.00, 0.08. Web safe color of #db79ea is #cc66ff. Color #db79ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11101010
Octal 333 171 352
Decimal 219 121 234
Hex DB 79 EA

RGB Percentages of Color #db79ea

%38.15
%21.08
%40.77

CMYK Percentages of Color #db79ea

%6
%48
%0
%8

Triadic Colors of #db79ea

#db79ea #eadb79 #79eadb

Analogous Colors of #db79ea

#db79ea #ea79c1 #a379ea

Monochromatic Colors of #db79ea

#db79ea

Complementary Color

#db79ea #88ea79

#db79ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79ea Color CSS Codes

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

#db79ea Text Font Color

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

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


#db79ea Background Color

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

This div background color is #db79ea


#db79ea Border Color

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

This div border color is #db79ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79ea


Comments

No comments written yet.

Please login to write comment.