Color Hex Logo

#da116d Color Hex

#DA116D
(218,17,109)
0 Favorites   0 Comments

Color spaces of #da116d

RGB 21817109
HSL0.920.860.46
HSV333°92°85°
CMYK 0.000.920.50   0.15
XYZ31.874216.410515.9556
Yxy16.41050.49620.2555
Hunter Lab40.509969.55615.0044
CIE-Lab47.508573.63554.0553

#da116d color RGB value is (218,17,109).

#da116d hex color red value is 218, green value is 17 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #da116d hue: 0.92 , saturation: 0.86 and the lightness value of da116d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 01101101
Octal 332 21 155
Decimal 218 17 109
Hex DA 11 6D

RGB Percentages of Color #da116d

%63.37
%4.94
%31.69

CMYK Percentages of Color #da116d

%0
%92
%50
%15

Triadic Colors of #da116d

#da116d #6dda11 #116dda

Analogous Colors of #da116d

#da116d #da1a11 #da11d2

Monochromatic Colors of #da116d

#da116d

Complementary Color

#da116d #11da7e

#da116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da116d Color CSS Codes

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

#da116d Text Font Color

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

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


#da116d Background Color

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

This div background color is #da116d


#da116d Border Color

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

This div border color is #da116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da116d


Comments

No comments written yet.

Please login to write comment.