Color Hex Logo

#da00ba Color Hex

#DA00BA
(218,0,186)
0 Favorites   0 Comments

Color spaces of #da00ba

RGB 2180186
HSL0.861.000.43
HSV309°100°85°
CMYK 0.001.000.15   0.15
XYZ37.776418.450648.0247
Yxy18.45060.36240.1770
Hunter Lab42.954281.8135-36.2210
CIE-Lab50.038182.9714-38.3821

#da00ba color RGB value is (218,0,186).

#da00ba hex color red value is 218, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da00ba hue: 0.86 , saturation: 1.00 and the lightness value of da00ba is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 10111010
Octal 332 0 272
Decimal 218 0 186
Hex DA 0 BA

RGB Percentages of Color #da00ba

%53.96
%0.00
%46.04

CMYK Percentages of Color #da00ba

%0
%100
%15
%15

Triadic Colors of #da00ba

#da00ba #bada00 #00bada

Analogous Colors of #da00ba

#da00ba #da004d #8d00da

Monochromatic Colors of #da00ba

#da00ba

Complementary Color

#da00ba #00da20

#da00ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da00ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da00ba Color CSS Codes

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

#da00ba Text Font Color

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

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


#da00ba Background Color

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

This div background color is #da00ba


#da00ba Border Color

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

This div border color is #da00ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da00ba


Comments

No comments written yet.

Please login to write comment.