Color Hex Logo

#da33ff Color Hex

#DA33FF
(218,51,255)
0 Favorites   0 Comments

Color spaces of #da33ff

RGB 21851255
HSL0.801.000.60
HSV289°80°100°
CMYK 0.150.800.00   0.00
XYZ48.147324.493196.7977
Yxy24.49310.28420.1446
Hunter Lab49.490587.0470-81.3210
CIE-Lab56.578285.7422-67.1737

#da33ff color RGB value is (218,51,255).

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

The process color (four color CMYK) of #da33ff color hex is 0.15, 0.80, 0.00, 0.00. Web safe color of #da33ff is #cc33ff. Color #da33ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110011 11111111
Octal 332 63 377
Decimal 218 51 255
Hex DA 33 FF

RGB Percentages of Color #da33ff

%41.60
%9.73
%48.66

CMYK Percentages of Color #da33ff

%15
%80
%0
%0

Triadic Colors of #da33ff

#da33ff #ffda33 #33ffda

Analogous Colors of #da33ff

#da33ff #ff33be #7433ff

Monochromatic Colors of #da33ff

#da33ff

Complementary Color

#da33ff #58ff33

#da33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da33ff Color CSS Codes

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

#da33ff Text Font Color

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

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


#da33ff Background Color

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

This div background color is #da33ff


#da33ff Border Color

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

This div border color is #da33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da33ff


Comments

No comments written yet.

Please login to write comment.