Color Hex Logo

#da00ff Color Hex

#DA00FF
(218,0,255)
1 Favorites   0 Comments

Color spaces of #da00ff

RGB 2180255
HSL0.811.000.50
HSV291°100°100°
CMYK 0.151.000.00   0.00
XYZ46.963422.125496.4031
Yxy22.12540.28380.1337
Hunter Lab47.037695.9024-88.5878
CIE-Lab54.159892.8721-71.0816

#da00ff color RGB value is (218,0,255).

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

The process color (four color CMYK) of #da00ff color hex is 0.15, 1.00, 0.00, 0.00. Web safe color of #da00ff is #cc00ff. Color #da00ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 11111111
Octal 332 0 377
Decimal 218 0 255
Hex DA 0 FF

RGB Percentages of Color #da00ff

%46.09
%0.00
%53.91

CMYK Percentages of Color #da00ff

%15
%100
%0
%0

Triadic Colors of #da00ff

#da00ff #ffda00 #00ffda

Analogous Colors of #da00ff

#da00ff #ff00a5 #5a00ff

Monochromatic Colors of #da00ff

#da00ff

Complementary Color

#da00ff #25ff00

#da00ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da00ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da00ff Color CSS Codes

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

#da00ff Text Font Color

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

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


#da00ff Background Color

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

This div background color is #da00ff


#da00ff Border Color

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

This div border color is #da00ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da00ff

Related Colors


Comments

No comments written yet.

Please login to write comment.