Color Hex Logo

#da167c Color Hex

#DA167C
(218,22,124)
0 Favorites   0 Comments

Color spaces of #da167c

RGB 21822124
HSL0.910.820.47
HSV329°90°85°
CMYK 0.000.900.43   0.15
XYZ32.838416.934520.6067
Yxy16.93450.46660.2406
Hunter Lab41.151570.4255-0.8835
CIE-Lab48.177474.2204-4.1769

#da167c color RGB value is (218,22,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010110 01111100
Octal 332 26 174
Decimal 218 22 124
Hex DA 16 7C

RGB Percentages of Color #da167c

%59.89
%6.04
%34.07

CMYK Percentages of Color #da167c

%0
%90
%43
%15

Triadic Colors of #da167c

#da167c #7cda16 #167cda

Analogous Colors of #da167c

#da167c #da161a #d616da

Monochromatic Colors of #da167c

#da167c

Complementary Color

#da167c #16da74

#da167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da167c Color CSS Codes

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

#da167c Text Font Color

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

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


#da167c Background Color

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

This div background color is #da167c


#da167c Border Color

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

This div border color is #da167c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da167c


Comments

No comments written yet.

Please login to write comment.