Color Hex Logo

#da3abd Color Hex

#DA3ABD
(218,58,189)
0 Favorites   0 Comments

Color spaces of #da3abd

RGB 21858189
HSL0.860.680.54
HSV311°73°85°
CMYK 0.000.730.13   0.15
XYZ39.611821.605750.2266
Yxy21.60570.35540.1939
Hunter Lab46.481970.7739-31.5292
CIE-Lab53.606173.4519-34.5224

#da3abd color RGB value is (218,58,189).

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

The process color (four color CMYK) of #da3abd color hex is 0.00, 0.73, 0.13, 0.15. Web safe color of #da3abd is #cc33cc. Color #da3abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111010 10111101
Octal 332 72 275
Decimal 218 58 189
Hex DA 3A BD

RGB Percentages of Color #da3abd

%46.88
%12.47
%40.65

CMYK Percentages of Color #da3abd

%0
%73
%13
%15

Triadic Colors of #da3abd

#da3abd #bdda3a #3abdda

Analogous Colors of #da3abd

#da3abd #da3a6d #a73ada

Monochromatic Colors of #da3abd

#da3abd

Complementary Color

#da3abd #3ada57

#da3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3abd Color CSS Codes

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

#da3abd Text Font Color

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

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


#da3abd Background Color

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

This div background color is #da3abd


#da3abd Border Color

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

This div border color is #da3abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3abd


Comments

No comments written yet.

Please login to write comment.