Color Hex Logo

#da6182 Color Hex

#DA6182
(218,97,130)
0 Favorites   0 Comments

Color spaces of #da6182

RGB 21897130
HSL0.950.620.62
HSV344°56°85°
CMYK 0.000.560.40   0.15
XYZ37.217425.066523.9958
Yxy25.06650.43140.2905
Hunter Lab50.066545.07356.6301
CIE-Lab57.140250.53695.2978

#da6182 color RGB value is (218,97,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 10000010
Octal 332 141 202
Decimal 218 97 130
Hex DA 61 82

RGB Percentages of Color #da6182

%48.99
%21.80
%29.21

CMYK Percentages of Color #da6182

%0
%56
%40
%15

Triadic Colors of #da6182

#da6182 #82da61 #6182da

Analogous Colors of #da6182

#da6182 #da7d61 #da61bf

Monochromatic Colors of #da6182

#da6182

Complementary Color

#da6182 #61dab9

#da6182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6182 Color CSS Codes

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

#da6182 Text Font Color

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

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


#da6182 Background Color

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

This div background color is #da6182


#da6182 Border Color

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

This div border color is #da6182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6182


Comments

No comments written yet.

Please login to write comment.