Color Hex Logo

#da176f Color Hex

#DA176F
(218,23,111)
0 Favorites   0 Comments

Color spaces of #da176f

RGB 21823111
HSL0.920.810.47
HSV333°89°85°
CMYK 0.000.890.49   0.15
XYZ32.089116.665916.5645
Yxy16.66590.49130.2551
Hunter Lab40.823968.86584.5195
CIE-Lab47.836373.00163.2958

#da176f color RGB value is (218,23,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010111 01101111
Octal 332 27 157
Decimal 218 23 111
Hex DA 17 6F

RGB Percentages of Color #da176f

%61.93
%6.53
%31.53

CMYK Percentages of Color #da176f

%0
%89
%49
%15

Triadic Colors of #da176f

#da176f #6fda17 #176fda

Analogous Colors of #da176f

#da176f #da2117 #da17d1

Monochromatic Colors of #da176f

#da176f

Complementary Color

#da176f #17da82

#da176f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da176f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da176f Color CSS Codes

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

#da176f Text Font Color

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

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


#da176f Background Color

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

This div background color is #da176f


#da176f Border Color

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

This div border color is #da176f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da176f


Comments

No comments written yet.

Please login to write comment.