Color Hex Logo

#da0bbe Color Hex

#DA0BBE
(218,11,190)
0 Favorites   0 Comments

Color spaces of #da0bbe

RGB 21811190
HSL0.860.900.45
HSV308°95°85°
CMYK 0.000.950.13   0.15
XYZ38.327418.862550.3359
Yxy18.86250.35640.1754
Hunter Lab43.431081.5202-38.3146
CIE-Lab50.525982.6475-39.9451

#da0bbe color RGB value is (218,11,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001011 10111110
Octal 332 13 276
Decimal 218 11 190
Hex DA B BE

RGB Percentages of Color #da0bbe

%52.03
%2.63
%45.35

CMYK Percentages of Color #da0bbe

%0
%95
%13
%15

Triadic Colors of #da0bbe

#da0bbe #beda0b #0bbeda

Analogous Colors of #da0bbe

#da0bbe #da0b56 #8f0bda

Monochromatic Colors of #da0bbe

#da0bbe

Complementary Color

#da0bbe #0bda27

#da0bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0bbe Color CSS Codes

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

#da0bbe Text Font Color

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

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


#da0bbe Background Color

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

This div background color is #da0bbe


#da0bbe Border Color

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

This div border color is #da0bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0bbe


Comments

No comments written yet.

Please login to write comment.