Color Hex Logo

#da177d Color Hex

#DA177D
(218,23,125)
0 Favorites   0 Comments

Color spaces of #da177d

RGB 21823125
HSL0.910.810.47
HSV329°89°85°
CMYK 0.000.890.43   0.15
XYZ32.921516.998920.9480
Yxy16.99890.46450.2399
Hunter Lab41.229770.3784-1.2633
CIE-Lab48.258674.1658-4.6673

#da177d color RGB value is (218,23,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010111 01111101
Octal 332 27 175
Decimal 218 23 125
Hex DA 17 7D

RGB Percentages of Color #da177d

%59.56
%6.28
%34.15

CMYK Percentages of Color #da177d

%0
%89
%43
%15

Triadic Colors of #da177d

#da177d #7dda17 #177dda

Analogous Colors of #da177d

#da177d #da171b #d617da

Monochromatic Colors of #da177d

#da177d

Complementary Color

#da177d #17da74

#da177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da177d Color CSS Codes

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

#da177d Text Font Color

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

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


#da177d Background Color

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

This div background color is #da177d


#da177d Border Color

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

This div border color is #da177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da177d


Comments

No comments written yet.

Please login to write comment.