Color Hex Logo

#da55ff Color Hex

#DA55FF
(218,85,255)
0 Favorites   0 Comments

Color spaces of #da55ff

RGB 21885255
HSL0.801.000.67
HSV287°67°100°
CMYK 0.150.670.00   0.00
XYZ50.211928.622497.4860
Yxy28.62240.28480.1623
Hunter Lab53.499973.9049-70.5866
CIE-Lab60.446974.6841-60.9581

#da55ff color RGB value is (218,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 11111111
Octal 332 125 377
Decimal 218 85 255
Hex DA 55 FF

RGB Percentages of Color #da55ff

%39.07
%15.23
%45.70

CMYK Percentages of Color #da55ff

%15
%67
%0
%0

Triadic Colors of #da55ff

#da55ff #ffda55 #55ffda

Analogous Colors of #da55ff

#da55ff #ff55cf #8555ff

Monochromatic Colors of #da55ff

#da55ff

Complementary Color

#da55ff #7aff55

#da55ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da55ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da55ff Color CSS Codes

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

#da55ff Text Font Color

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

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


#da55ff Background Color

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

This div background color is #da55ff


#da55ff Border Color

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

This div border color is #da55ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da55ff


Comments

No comments written yet.

Please login to write comment.