Color Hex Logo

#da659d Color Hex

#DA659D
(218,101,157)
0 Favorites   0 Comments

Color spaces of #da659d

RGB 218101157
HSL0.920.610.63
HSV331°54°85°
CMYK 0.000.540.28   0.15
XYZ39.652926.647134.9518
Yxy26.64710.39160.2632
Hunter Lab51.620846.7796-4.0099
CIE-Lab58.646251.8564-8.2405

#da659d color RGB value is (218,101,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100101 10011101
Octal 332 145 235
Decimal 218 101 157
Hex DA 65 9D

RGB Percentages of Color #da659d

%45.80
%21.22
%32.98

CMYK Percentages of Color #da659d

%0
%54
%28
%15

Triadic Colors of #da659d

#da659d #9dda65 #659dda

Analogous Colors of #da659d

#da659d #da6865 #da65d8

Monochromatic Colors of #da659d

#da659d

Complementary Color

#da659d #65daa2

#da659d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da659d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da659d Color CSS Codes

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

#da659d Text Font Color

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

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


#da659d Background Color

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

This div background color is #da659d


#da659d Border Color

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

This div border color is #da659d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da659d


Comments

No comments written yet.

Please login to write comment.