Color Hex Logo

#da676d Color Hex

#DA676D
(218,103,109)
0 Favorites   0 Comments

Color spaces of #da676d

RGB 218103109
HSL0.990.610.63
HSV357°53°85°
CMYK 0.000.530.50   0.15
XYZ36.524025.710017.5055
Yxy25.71000.45800.3224
Hunter Lab50.705039.843915.0241
CIE-Lab57.760845.576018.4223

#da676d color RGB value is (218,103,109).

#da676d hex color red value is 218, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #da676d hue: 0.99 , saturation: 0.61 and the lightness value of da676d is 0.63.

The process color (four color CMYK) of #da676d color hex is 0.00, 0.53, 0.50, 0.15. Web safe color of #da676d is #cc6666. Color #da676d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 01101101
Octal 332 147 155
Decimal 218 103 109
Hex DA 67 6D

RGB Percentages of Color #da676d

%50.70
%23.95
%25.35

CMYK Percentages of Color #da676d

%0
%53
%50
%15

Triadic Colors of #da676d

#da676d #6dda67 #676dda

Analogous Colors of #da676d

#da676d #da9b67 #da67a7

Monochromatic Colors of #da676d

#da676d

Complementary Color

#da676d #67dad4

#da676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da676d Color CSS Codes

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

#da676d Text Font Color

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

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


#da676d Background Color

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

This div background color is #da676d


#da676d Border Color

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

This div border color is #da676d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da676d


Comments

No comments written yet.

Please login to write comment.