Color Hex Logo

#da6482 Color Hex

#DA6482
(218,100,130)
0 Favorites   0 Comments

Color spaces of #da6482

RGB 218100130
HSL0.960.610.62
HSV345°54°85°
CMYK 0.000.540.40   0.15
XYZ37.499925.631524.0900
Yxy25.63150.42990.2939
Hunter Lab50.627643.61697.2275
CIE-Lab57.685649.10906.0803

#da6482 color RGB value is (218,100,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 10000010
Octal 332 144 202
Decimal 218 100 130
Hex DA 64 82

RGB Percentages of Color #da6482

%48.66
%22.32
%29.02

CMYK Percentages of Color #da6482

%0
%54
%40
%15

Triadic Colors of #da6482

#da6482 #82da64 #6482da

Analogous Colors of #da6482

#da6482 #da8164 #da64bd

Monochromatic Colors of #da6482

#da6482

Complementary Color

#da6482 #64dabc

#da6482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6482 Color CSS Codes

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

#da6482 Text Font Color

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

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


#da6482 Background Color

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

This div background color is #da6482


#da6482 Border Color

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

This div border color is #da6482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,100,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 #da6482">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6482


Comments

No comments written yet.

Please login to write comment.