Color Hex Logo

#da6276 Color Hex

#DA6276
(218,98,118)
0 Favorites   0 Comments

Color spaces of #da6276

RGB 21898118
HSL0.970.620.62
HSV350°55°85°
CMYK 0.000.550.46   0.15
XYZ36.551124.948820.0287
Yxy24.94880.44830.3060
Hunter Lab49.948843.210911.1898
CIE-Lab57.025548.835012.1623

#da6276 color RGB value is (218,98,118).

#da6276 hex color red value is 218, green value is 98 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #da6276 hue: 0.97 , saturation: 0.62 and the lightness value of da6276 is 0.62.

The process color (four color CMYK) of #da6276 color hex is 0.00, 0.55, 0.46, 0.15. Web safe color of #da6276 is #cc6666. Color #da6276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01110110
Octal 332 142 166
Decimal 218 98 118
Hex DA 62 76

RGB Percentages of Color #da6276

%50.23
%22.58
%27.19

CMYK Percentages of Color #da6276

%0
%55
%46
%15

Triadic Colors of #da6276

#da6276 #76da62 #6276da

Analogous Colors of #da6276

#da6276 #da8a62 #da62b2

Monochromatic Colors of #da6276

#da6276

Complementary Color

#da6276 #62dac6

#da6276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6276 Color CSS Codes

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

#da6276 Text Font Color

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

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


#da6276 Background Color

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

This div background color is #da6276


#da6276 Border Color

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

This div border color is #da6276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6276


Comments

No comments written yet.

Please login to write comment.