Color Hex Logo

#da0bcc Color Hex

#DA0BCC
(218,11,204)
0 Favorites   0 Comments

Color spaces of #da0bcc

RGB 21811204
HSL0.840.900.45
HSV304°95°85°
CMYK 0.000.950.06   0.15
XYZ39.932219.504458.7868
Yxy19.50440.33780.1650
Hunter Lab44.163884.1103-48.0068
CIE-Lab51.272284.5163-46.8693

#da0bcc color RGB value is (218,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001011 11001100
Octal 332 13 314
Decimal 218 11 204
Hex DA B CC

RGB Percentages of Color #da0bcc

%50.35
%2.54
%47.11

CMYK Percentages of Color #da0bcc

%0
%95
%6
%15

Triadic Colors of #da0bcc

#da0bcc #ccda0b #0bccda

Analogous Colors of #da0bcc

#da0bcc #da0b65 #810bda

Monochromatic Colors of #da0bcc

#da0bcc

Complementary Color

#da0bcc #0bda19

#da0bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0bcc Color CSS Codes

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

#da0bcc Text Font Color

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

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


#da0bcc Background Color

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

This div background color is #da0bcc


#da0bcc Border Color

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

This div border color is #da0bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0bcc


Comments

No comments written yet.

Please login to write comment.