Color Hex Logo

#da0bbb Color Hex

#DA0BBB
(218,11,187)
0 Favorites   0 Comments

Color spaces of #da0bbb

RGB 21811187
HSL0.860.900.45
HSV309°95°85°
CMYK 0.000.950.14   0.15
XYZ38.002818.732648.6265
Yxy18.73260.36070.1778
Hunter Lab43.281280.9889-36.3156
CIE-Lab50.372982.2615-38.4382

#da0bbb color RGB value is (218,11,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001011 10111011
Octal 332 13 273
Decimal 218 11 187
Hex DA B BB

RGB Percentages of Color #da0bbb

%52.40
%2.64
%44.95

CMYK Percentages of Color #da0bbb

%0
%95
%14
%15

Triadic Colors of #da0bbb

#da0bbb #bbda0b #0bbbda

Analogous Colors of #da0bbb

#da0bbb #da0b53 #920bda

Monochromatic Colors of #da0bbb

#da0bbb

Complementary Color

#da0bbb #0bda2a

#da0bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0bbb Color CSS Codes

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

#da0bbb Text Font Color

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

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


#da0bbb Background Color

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

This div background color is #da0bbb


#da0bbb Border Color

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

This div border color is #da0bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0bbb


Comments

No comments written yet.

Please login to write comment.