Color Hex Logo

#da43ab Color Hex

#DA43AB
(218,67,171)
0 Favorites   0 Comments

Color spaces of #da43ab

RGB 21867171
HSL0.890.670.56
HSV319°69°85°
CMYK 0.000.690.22   0.15
XYZ38.271321.860040.7304
Yxy21.86000.37940.2167
Hunter Lab46.754764.2915-18.9223
CIE-Lab53.878168.0180-23.6267

#da43ab color RGB value is (218,67,171).

#da43ab hex color red value is 218, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da43ab hue: 0.89 , saturation: 0.67 and the lightness value of da43ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 10101011
Octal 332 103 253
Decimal 218 67 171
Hex DA 43 AB

RGB Percentages of Color #da43ab

%47.81
%14.69
%37.50

CMYK Percentages of Color #da43ab

%0
%69
%22
%15

Triadic Colors of #da43ab

#da43ab #abda43 #43abda

Analogous Colors of #da43ab

#da43ab #da435f #be43da

Monochromatic Colors of #da43ab

#da43ab

Complementary Color

#da43ab #43da72

#da43ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da43ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da43ab Color CSS Codes

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

#da43ab Text Font Color

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

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


#da43ab Background Color

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

This div background color is #da43ab


#da43ab Border Color

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

This div border color is #da43ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da43ab


Comments

No comments written yet.

Please login to write comment.