Color Hex Logo

#da55fb Color Hex

#DA55FB
(218,85,251)
0 Favorites   0 Comments

Color spaces of #da55fb

RGB 21885251
HSL0.800.950.66
HSV288°66°98°
CMYK 0.130.660.00   0.02
XYZ49.574528.367594.1294
Yxy28.36750.28810.1649
Hunter Lab53.261172.9375-67.5015
CIE-Lab60.219373.9476-59.1123

#da55fb color RGB value is (218,85,251).

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

The process color (four color CMYK) of #da55fb color hex is 0.13, 0.66, 0.00, 0.02. Web safe color of #da55fb is #cc66ff. Color #da55fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 11111011
Octal 332 125 373
Decimal 218 85 251
Hex DA 55 FB

RGB Percentages of Color #da55fb

%39.35
%15.34
%45.31

CMYK Percentages of Color #da55fb

%13
%66
%0
%2

Triadic Colors of #da55fb

#da55fb #fbda55 #55fbda

Analogous Colors of #da55fb

#da55fb #fb55c9 #8755fb

Monochromatic Colors of #da55fb

#da55fb

Complementary Color

#da55fb #76fb55

#da55fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da55fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da55fb Color CSS Codes

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

#da55fb Text Font Color

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

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


#da55fb Background Color

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

This div background color is #da55fb


#da55fb Border Color

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

This div border color is #da55fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,85,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da55fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da55fb


Comments

No comments written yet.

Please login to write comment.