Color Hex Logo

#da069c Color Hex

#DA069C
(218,6,156)
0 Favorites   0 Comments

Color spaces of #da069c

RGB 2186156
HSL0.880.950.44
HSV318°97°85°
CMYK 0.000.970.28   0.15
XYZ34.979317.436032.9744
Yxy17.43600.40960.2042
Hunter Lab41.756476.4554-17.5909
CIE-Lab48.804878.9807-22.5758

#da069c color RGB value is (218,6,156).

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

The process color (four color CMYK) of #da069c color hex is 0.00, 0.97, 0.28, 0.15. Web safe color of #da069c is #cc0099. Color #da069c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 10011100
Octal 332 6 234
Decimal 218 6 156
Hex DA 6 9C

RGB Percentages of Color #da069c

%57.37
%1.58
%41.05

CMYK Percentages of Color #da069c

%0
%97
%28
%15

Triadic Colors of #da069c

#da069c #9cda06 #069cda

Analogous Colors of #da069c

#da069c #da0632 #ae06da

Monochromatic Colors of #da069c

#da069c

Complementary Color

#da069c #06da44

#da069c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da069c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da069c Color CSS Codes

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

#da069c Text Font Color

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

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


#da069c Background Color

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

This div background color is #da069c


#da069c Border Color

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

This div border color is #da069c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da069c


Comments

No comments written yet.

Please login to write comment.