Color Hex Logo

#da35ff Color Hex

#DA35FF
(218,53,255)
0 Favorites   0 Comments

Color spaces of #da35ff

RGB 21853255
HSL0.801.000.60
HSV289°79°100°
CMYK 0.150.790.00   0.00
XYZ48.236524.671696.8275
Yxy24.67160.28420.1454
Hunter Lab49.670586.4232-80.8103
CIE-Lab56.754085.2301-66.8902

#da35ff color RGB value is (218,53,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110101 11111111
Octal 332 65 377
Decimal 218 53 255
Hex DA 35 FF

RGB Percentages of Color #da35ff

%41.44
%10.08
%48.48

CMYK Percentages of Color #da35ff

%15
%79
%0
%0

Triadic Colors of #da35ff

#da35ff #ffda35 #35ffda

Analogous Colors of #da35ff

#da35ff #ff35bf #7535ff

Monochromatic Colors of #da35ff

#da35ff

Complementary Color

#da35ff #5aff35

#da35ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da35ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da35ff Color CSS Codes

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

#da35ff Text Font Color

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

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


#da35ff Background Color

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

This div background color is #da35ff


#da35ff Border Color

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

This div border color is #da35ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da35ff


Comments

No comments written yet.

Please login to write comment.