Color Hex Logo

#da7180 Color Hex

#DA7180
(218,113,128)
0 Favorites   0 Comments

Color spaces of #da7180

RGB 218113128
HSL0.980.590.65
HSV351°48°85°
CMYK 0.000.480.41   0.15
XYZ38.714928.274223.8390
Yxy28.27420.42620.3113
Hunter Lab53.173536.909810.6403
CIE-Lab60.135742.467010.7261

#da7180 color RGB value is (218,113,128).

#da7180 hex color red value is 218, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #da7180 hue: 0.98 , saturation: 0.59 and the lightness value of da7180 is 0.65.

The process color (four color CMYK) of #da7180 color hex is 0.00, 0.48, 0.41, 0.15. Web safe color of #da7180 is #cc6699. Color #da7180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 10000000
Octal 332 161 200
Decimal 218 113 128
Hex DA 71 80

RGB Percentages of Color #da7180

%47.49
%24.62
%27.89

CMYK Percentages of Color #da7180

%0
%48
%41
%15

Triadic Colors of #da7180

#da7180 #80da71 #7180da

Analogous Colors of #da7180

#da7180 #da9771 #da71b5

Monochromatic Colors of #da7180

#da7180

Complementary Color

#da7180 #71dacb

#da7180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7180 Color CSS Codes

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

#da7180 Text Font Color

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

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


#da7180 Background Color

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

This div background color is #da7180


#da7180 Border Color

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

This div border color is #da7180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7180


Comments

No comments written yet.

Please login to write comment.