Color Hex Logo

#da006a Color Hex

#DA006A
(218,0,106)
0 Favorites   0 Comments

Color spaces of #da006a

RGB 2180106
HSL0.921.000.43
HSV331°100°85°
CMYK 0.001.000.51   0.15
XYZ31.515015.946015.0525
Yxy15.94600.50410.2551
Hunter Lab39.932470.99185.6034
CIE-Lab46.903674.93325.0404

#da006a color RGB value is (218,0,106).

#da006a hex color red value is 218, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da006a hue: 0.92 , saturation: 1.00 and the lightness value of da006a is 0.43.

The process color (four color CMYK) of #da006a color hex is 0.00, 1.00, 0.51, 0.15. Web safe color of #da006a is #cc0066. Color #da006a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 01101010
Octal 332 0 152
Decimal 218 0 106
Hex DA 0 6A

RGB Percentages of Color #da006a

%67.28
%0.00
%32.72

CMYK Percentages of Color #da006a

%0
%100
%51
%15

Triadic Colors of #da006a

#da006a #6ada00 #006ada

Analogous Colors of #da006a

#da006a #da0300 #da00d7

Monochromatic Colors of #da006a

#da006a

Complementary Color

#da006a #00da70

#da006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da006a Color CSS Codes

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

#da006a Text Font Color

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

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


#da006a Background Color

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

This div background color is #da006a


#da006a Border Color

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

This div border color is #da006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da006a


Comments

No comments written yet.

Please login to write comment.