Color Hex Logo

#da0abd Color Hex

#DA0ABD
(218,10,189)
0 Favorites   0 Comments

Color spaces of #da0abd

RGB 21810189
HSL0.860.910.45
HSV308°95°85°
CMYK 0.000.950.13   0.15
XYZ38.207318.796649.7585
Yxy18.79660.35790.1761
Hunter Lab43.355081.4345-37.6985
CIE-Lab50.448482.5956-39.4852

#da0abd color RGB value is (218,10,189).

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

The process color (four color CMYK) of #da0abd color hex is 0.00, 0.95, 0.13, 0.15. Web safe color of #da0abd is #cc00cc. Color #da0abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001010 10111101
Octal 332 12 275
Decimal 218 10 189
Hex DA A BD

RGB Percentages of Color #da0abd

%52.28
%2.40
%45.32

CMYK Percentages of Color #da0abd

%0
%95
%13
%15

Triadic Colors of #da0abd

#da0abd #bdda0a #0abdda

Analogous Colors of #da0abd

#da0abd #da0a55 #8f0ada

Monochromatic Colors of #da0abd

#da0abd

Complementary Color

#da0abd #0ada27

#da0abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0abd Color CSS Codes

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

#da0abd Text Font Color

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

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


#da0abd Background Color

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

This div background color is #da0abd


#da0abd Border Color

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

This div border color is #da0abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,10,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 #da0abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0abd


Comments

No comments written yet.

Please login to write comment.