Color Hex Logo

#da156e Color Hex

#DA156E
(218,21,110)
0 Favorites   0 Comments

Color spaces of #da156e

RGB 21821110
HSL0.920.820.47
HSV333°90°85°
CMYK 0.000.900.50   0.15
XYZ31.996116.567516.2633
Yxy16.56750.49360.2556
Hunter Lab40.703269.08534.8024
CIE-Lab47.710473.20753.7298

#da156e color RGB value is (218,21,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 01101110
Octal 332 25 156
Decimal 218 21 110
Hex DA 15 6E

RGB Percentages of Color #da156e

%62.46
%6.02
%31.52

CMYK Percentages of Color #da156e

%0
%90
%50
%15

Triadic Colors of #da156e

#da156e #6eda15 #156eda

Analogous Colors of #da156e

#da156e #da1e15 #da15d1

Monochromatic Colors of #da156e

#da156e

Complementary Color

#da156e #15da81

#da156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da156e Color CSS Codes

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

#da156e Text Font Color

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

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


#da156e Background Color

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

This div background color is #da156e


#da156e Border Color

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

This div border color is #da156e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da156e


Comments

No comments written yet.

Please login to write comment.