Color Hex Logo

#da516a Color Hex

#DA516A
(218,81,106)
0 Favorites   0 Comments

Color spaces of #da516a

RGB 21881106
HSL0.970.650.59
HSV349°63°85°
CMYK 0.000.630.51   0.15
XYZ34.457421.830916.0333
Yxy21.83090.47640.3019
Hunter Lab46.723549.872912.3610
CIE-Lab53.847155.455514.8130

#da516a color RGB value is (218,81,106).

#da516a hex color red value is 218, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #da516a hue: 0.97 , saturation: 0.65 and the lightness value of da516a is 0.59.

The process color (four color CMYK) of #da516a color hex is 0.00, 0.63, 0.51, 0.15. Web safe color of #da516a is #cc6666. Color #da516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 01101010
Octal 332 121 152
Decimal 218 81 106
Hex DA 51 6A

RGB Percentages of Color #da516a

%53.83
%20.00
%26.17

CMYK Percentages of Color #da516a

%0
%63
%51
%15

Triadic Colors of #da516a

#da516a #6ada51 #516ada

Analogous Colors of #da516a

#da516a #da7d51 #da51af

Monochromatic Colors of #da516a

#da516a

Complementary Color

#da516a #51dac1

#da516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da516a Color CSS Codes

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

#da516a Text Font Color

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

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


#da516a Background Color

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

This div background color is #da516a


#da516a Border Color

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

This div border color is #da516a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,81,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 #da516a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da516a


Comments

No comments written yet.

Please login to write comment.