Color Hex Logo

#da176b Color Hex

#DA176B
(218,23,107)
0 Favorites   0 Comments

Color spaces of #da176b

RGB 21823107
HSL0.930.810.47
HSV334°89°85°
CMYK 0.000.890.51   0.15
XYZ31.873716.579815.4302
Yxy16.57980.49890.2595
Hunter Lab40.718368.47026.0349
CIE-Lab47.726272.69555.6008

#da176b color RGB value is (218,23,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010111 01101011
Octal 332 27 153
Decimal 218 23 107
Hex DA 17 6B

RGB Percentages of Color #da176b

%62.64
%6.61
%30.75

CMYK Percentages of Color #da176b

%0
%89
%51
%15

Triadic Colors of #da176b

#da176b #6bda17 #176bda

Analogous Colors of #da176b

#da176b #da2517 #da17cd

Monochromatic Colors of #da176b

#da176b

Complementary Color

#da176b #17da86

#da176b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da176b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da176b Color CSS Codes

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

#da176b Text Font Color

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

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


#da176b Background Color

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

This div background color is #da176b


#da176b Border Color

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

This div border color is #da176b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da176b


Comments

No comments written yet.

Please login to write comment.