Color Hex Logo

#da066c Color Hex

#DA066C
(218,6,108)
0 Favorites   0 Comments

Color spaces of #da066c

RGB 2186108
HSL0.920.950.44
HSV331°97°85°
CMYK 0.000.970.50   0.15
XYZ31.685316.118415.6285
Yxy16.11840.49950.2541
Hunter Lab40.147770.61695.0233
CIE-Lab47.129474.58184.1272

#da066c color RGB value is (218,6,108).

#da066c hex color red value is 218, green value is 6 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #da066c hue: 0.92 , saturation: 0.95 and the lightness value of da066c is 0.44.

The process color (four color CMYK) of #da066c color hex is 0.00, 0.97, 0.50, 0.15. Web safe color of #da066c is #cc0066. Color #da066c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 01101100
Octal 332 6 154
Decimal 218 6 108
Hex DA 6 6C

RGB Percentages of Color #da066c

%65.66
%1.81
%32.53

CMYK Percentages of Color #da066c

%0
%97
%50
%15

Triadic Colors of #da066c

#da066c #6cda06 #066cda

Analogous Colors of #da066c

#da066c #da0a06 #da06d6

Monochromatic Colors of #da066c

#da066c

Complementary Color

#da066c #06da74

#da066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da066c Color CSS Codes

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

#da066c Text Font Color

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

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


#da066c Background Color

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

This div background color is #da066c


#da066c Border Color

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

This div border color is #da066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da066c


Comments

No comments written yet.

Please login to write comment.