Color Hex Logo

#da146f Color Hex

#DA146F
(218,20,111)
0 Favorites   0 Comments

Color spaces of #da146f

RGB 21820111
HSL0.920.830.47
HSV332°91°85°
CMYK 0.000.910.49   0.15
XYZ32.032816.553416.5457
Yxy16.55340.49180.2542
Hunter Lab40.685969.33644.3687
CIE-Lab47.692373.41843.0880

#da146f color RGB value is (218,20,111).

#da146f hex color red value is 218, green value is 20 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da146f hue: 0.92 , saturation: 0.83 and the lightness value of da146f is 0.47.

The process color (four color CMYK) of #da146f color hex is 0.00, 0.91, 0.49, 0.15. Web safe color of #da146f is #cc0066. Color #da146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 01101111
Octal 332 24 157
Decimal 218 20 111
Hex DA 14 6F

RGB Percentages of Color #da146f

%62.46
%5.73
%31.81

CMYK Percentages of Color #da146f

%0
%91
%49
%15

Triadic Colors of #da146f

#da146f #6fda14 #146fda

Analogous Colors of #da146f

#da146f #da1c14 #da14d2

Monochromatic Colors of #da146f

#da146f

Complementary Color

#da146f #14da7f

#da146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da146f Color CSS Codes

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

#da146f Text Font Color

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

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


#da146f Background Color

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

This div background color is #da146f


#da146f Border Color

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

This div border color is #da146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da146f


Comments

No comments written yet.

Please login to write comment.