Color Hex Logo

#da3fdd Color Hex

#DA3FDD
(218,63,221)
0 Favorites   0 Comments

Color spaces of #da3fdd

RGB 21863221
HSL0.830.700.56
HSV299°71°87°
CMYK 0.010.710.00   0.13
XYZ43.742123.680970.6720
Yxy23.68090.31680.1715
Hunter Lab48.663075.2893-52.0412
CIE-Lab55.766976.6924-49.4286

#da3fdd color RGB value is (218,63,221).

#da3fdd hex color red value is 218, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #da3fdd hue: 0.83 , saturation: 0.70 and the lightness value of da3fdd is 0.56.

The process color (four color CMYK) of #da3fdd color hex is 0.01, 0.71, 0.00, 0.13. Web safe color of #da3fdd is #cc33cc. Color #da3fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111111 11011101
Octal 332 77 335
Decimal 218 63 221
Hex DA 3F DD

RGB Percentages of Color #da3fdd

%43.43
%12.55
%44.02

CMYK Percentages of Color #da3fdd

%1
%71
%0
%13

Triadic Colors of #da3fdd

#da3fdd #ddda3f #3fddda

Analogous Colors of #da3fdd

#da3fdd #dd3f91 #8b3fdd

Monochromatic Colors of #da3fdd

#da3fdd

Complementary Color

#da3fdd #42dd3f

#da3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3fdd Color CSS Codes

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

#da3fdd Text Font Color

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

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


#da3fdd Background Color

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

This div background color is #da3fdd


#da3fdd Border Color

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

This div border color is #da3fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3fdd


Comments

No comments written yet.

Please login to write comment.