Color Hex Logo

#da3baa Color Hex

#DA3BAA
(218,59,170)
0 Favorites   0 Comments

Color spaces of #da3baa

RGB 21859170
HSL0.880.680.54
HSV318°73°85°
CMYK 0.000.730.22   0.15
XYZ37.733120.935640.0824
Yxy20.93560.38210.2120
Hunter Lab45.755467.1314-19.9101
CIE-Lab52.878970.5860-24.5812

#da3baa color RGB value is (218,59,170).

#da3baa hex color red value is 218, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da3baa hue: 0.88 , saturation: 0.68 and the lightness value of da3baa is 0.54.

The process color (four color CMYK) of #da3baa color hex is 0.00, 0.73, 0.22, 0.15. Web safe color of #da3baa is #cc3399. Color #da3baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111011 10101010
Octal 332 73 252
Decimal 218 59 170
Hex DA 3B AA

RGB Percentages of Color #da3baa

%48.77
%13.20
%38.03

CMYK Percentages of Color #da3baa

%0
%73
%22
%15

Triadic Colors of #da3baa

#da3baa #aada3b #3baada

Analogous Colors of #da3baa

#da3baa #da3b5b #bb3bda

Monochromatic Colors of #da3baa

#da3baa

Complementary Color

#da3baa #3bda6b

#da3baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3baa Color CSS Codes

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

#da3baa Text Font Color

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

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


#da3baa Background Color

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

This div background color is #da3baa


#da3baa Border Color

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

This div border color is #da3baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3baa


Comments

No comments written yet.

Please login to write comment.