Color Hex Logo

#da6282 Color Hex

#DA6282
(218,98,130)
0 Favorites   0 Comments

Color spaces of #da6282

RGB 21898130
HSL0.960.620.62
HSV344°55°85°
CMYK 0.000.550.40   0.15
XYZ37.310425.252524.0268
Yxy25.25250.43090.2916
Hunter Lab50.251944.58986.8281
CIE-Lab57.320650.06355.5569

#da6282 color RGB value is (218,98,130).

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

The process color (four color CMYK) of #da6282 color hex is 0.00, 0.55, 0.40, 0.15. Web safe color of #da6282 is #cc6699. Color #da6282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10000010
Octal 332 142 202
Decimal 218 98 130
Hex DA 62 82

RGB Percentages of Color #da6282

%48.88
%21.97
%29.15

CMYK Percentages of Color #da6282

%0
%55
%40
%15

Triadic Colors of #da6282

#da6282 #82da62 #6282da

Analogous Colors of #da6282

#da6282 #da7e62 #da62be

Monochromatic Colors of #da6282

#da6282

Complementary Color

#da6282 #62daba

#da6282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6282 Color CSS Codes

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

#da6282 Text Font Color

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

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


#da6282 Background Color

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

This div background color is #da6282


#da6282 Border Color

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

This div border color is #da6282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6282


Comments

No comments written yet.

Please login to write comment.