Color Hex Logo

#da156c Color Hex

#DA156C
(218,21,108)
0 Favorites   0 Comments

Color spaces of #da156c

RGB 21821108
HSL0.930.820.47
HSV334°90°85°
CMYK 0.000.900.50   0.15
XYZ31.888416.524515.6962
Yxy16.52450.49740.2578
Hunter Lab40.650368.88735.5618
CIE-Lab47.655273.05464.8828

#da156c color RGB value is (218,21,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 01101100
Octal 332 25 154
Decimal 218 21 108
Hex DA 15 6C

RGB Percentages of Color #da156c

%62.82
%6.05
%31.12

CMYK Percentages of Color #da156c

%0
%90
%50
%15

Triadic Colors of #da156c

#da156c #6cda15 #156cda

Analogous Colors of #da156c

#da156c #da2115 #da15cf

Monochromatic Colors of #da156c

#da156c

Complementary Color

#da156c #15da83

#da156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da156c Color CSS Codes

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

#da156c Text Font Color

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

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


#da156c Background Color

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

This div background color is #da156c


#da156c Border Color

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

This div border color is #da156c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da156c


Comments

No comments written yet.

Please login to write comment.