Color Hex Logo

#da146e Color Hex

#DA146E
(218,20,110)
0 Favorites   0 Comments

Color spaces of #da146e

RGB 21820110
HSL0.920.830.47
HSV333°91°85°
CMYK 0.000.910.50   0.15
XYZ31.978116.531516.2573
Yxy16.53150.49370.2552
Hunter Lab40.658969.23644.7544
CIE-Lab47.664273.34143.6633

#da146e color RGB value is (218,20,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 01101110
Octal 332 24 156
Decimal 218 20 110
Hex DA 14 6E

RGB Percentages of Color #da146e

%62.64
%5.75
%31.61

CMYK Percentages of Color #da146e

%0
%91
%50
%15

Triadic Colors of #da146e

#da146e #6eda14 #146eda

Analogous Colors of #da146e

#da146e #da1d14 #da14d1

Monochromatic Colors of #da146e

#da146e

Complementary Color

#da146e #14da80

#da146e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da146e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da146e Color CSS Codes

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

#da146e Text Font Color

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

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


#da146e Background Color

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

This div background color is #da146e


#da146e Border Color

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

This div border color is #da146e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da146e


Comments

No comments written yet.

Please login to write comment.