Color Hex Logo

#da79ff Color Hex

#DA79FF
(218,121,255)
0 Favorites   0 Comments

Color spaces of #da79ff

RGB 218121255
HSL0.791.000.74
HSV283°53°100°
CMYK 0.150.530.00   0.00
XYZ53.800835.800298.6823
Yxy35.80020.28570.1901
Hunter Lab59.833355.7952-55.9030
CIE-Lab66.367058.5759-51.5364

#da79ff color RGB value is (218,121,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 11111111
Octal 332 171 377
Decimal 218 121 255
Hex DA 79 FF

RGB Percentages of Color #da79ff

%36.70
%20.37
%42.93

CMYK Percentages of Color #da79ff

%15
%53
%0
%0

Triadic Colors of #da79ff

#da79ff #ffda79 #79ffda

Analogous Colors of #da79ff

#da79ff #ff79e1 #9779ff

Monochromatic Colors of #da79ff

#da79ff

Complementary Color

#da79ff #9eff79

#da79ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da79ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da79ff Color CSS Codes

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

#da79ff Text Font Color

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

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


#da79ff Background Color

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

This div background color is #da79ff


#da79ff Border Color

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

This div border color is #da79ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,121,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 #da79ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da79ff


Comments

No comments written yet.

Please login to write comment.