Color Hex Logo

#da73ff Color Hex

#DA73FF
(218,115,255)
0 Favorites   0 Comments

Color spaces of #da73ff

RGB 218115255
HSL0.791.000.73
HSV284°55°100°
CMYK 0.150.550.00   0.00
XYZ53.094234.386998.4467
Yxy34.38690.28560.1849
Hunter Lab58.640358.9970-58.4891
CIE-Lab65.268561.4919-53.2762

#da73ff color RGB value is (218,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 11111111
Octal 332 163 377
Decimal 218 115 255
Hex DA 73 FF

RGB Percentages of Color #da73ff

%37.07
%19.56
%43.37

CMYK Percentages of Color #da73ff

%15
%55
%0
%0

Triadic Colors of #da73ff

#da73ff #ffda73 #73ffda

Analogous Colors of #da73ff

#da73ff #ff73de #9473ff

Monochromatic Colors of #da73ff

#da73ff

Complementary Color

#da73ff #98ff73

#da73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73ff Color CSS Codes

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

#da73ff Text Font Color

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

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


#da73ff Background Color

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

This div background color is #da73ff


#da73ff Border Color

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

This div border color is #da73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73ff

Related Colors


Comments

No comments written yet.

Please login to write comment.