Color Hex Logo

#da13ff Color Hex

#DA13FF
(218,19,255)
0 Favorites   0 Comments

Color spaces of #da13ff

RGB 21819255
HSL0.811.000.54
HSV291°93°100°
CMYK 0.150.930.00   0.00
XYZ47.196322.591296.4808
Yxy22.59120.28390.1359
Hunter Lab47.530294.0682-87.0807
CIE-Lab54.648791.4170-70.2902

#da13ff color RGB value is (218,19,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 11111111
Octal 332 23 377
Decimal 218 19 255
Hex DA 13 FF

RGB Percentages of Color #da13ff

%44.31
%3.86
%51.83

CMYK Percentages of Color #da13ff

%15
%93
%0
%0

Triadic Colors of #da13ff

#da13ff #ffda13 #13ffda

Analogous Colors of #da13ff

#da13ff #ff13ae #6413ff

Monochromatic Colors of #da13ff

#da13ff

Complementary Color

#da13ff #38ff13

#da13ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da13ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da13ff Color CSS Codes

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

#da13ff Text Font Color

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

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


#da13ff Background Color

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

This div background color is #da13ff


#da13ff Border Color

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

This div border color is #da13ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da13ff


Comments

No comments written yet.

Please login to write comment.