Color Hex Logo

#da649d Color Hex

#DA649D
(218,100,157)
0 Favorites   0 Comments

Color spaces of #da649d

RGB 218100157
HSL0.920.610.62
HSV331°54°85°
CMYK 0.000.540.28   0.15
XYZ39.556426.454134.9196
Yxy26.45410.39190.2621
Hunter Lab51.433547.2717-4.2501
CIE-Lab58.465652.3317-8.5099

#da649d color RGB value is (218,100,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 10011101
Octal 332 144 235
Decimal 218 100 157
Hex DA 64 9D

RGB Percentages of Color #da649d

%45.89
%21.05
%33.05

CMYK Percentages of Color #da649d

%0
%54
%28
%15

Triadic Colors of #da649d

#da649d #9dda64 #649dda

Analogous Colors of #da649d

#da649d #da6664 #da64d8

Monochromatic Colors of #da649d

#da649d

Complementary Color

#da649d #64daa1

#da649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da649d Color CSS Codes

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

#da649d Text Font Color

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

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


#da649d Background Color

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

This div background color is #da649d


#da649d Border Color

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

This div border color is #da649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da649d


Comments

No comments written yet.

Please login to write comment.