Color Hex Logo

#da568d Color Hex

#DA568D
(218,86,141)
0 Favorites   0 Comments

Color spaces of #da568d

RGB 21886141
HSL0.930.640.60
HSV335°61°85°
CMYK 0.000.610.35   0.15
XYZ37.048923.484127.7795
Yxy23.48410.41950.2659
Hunter Lab48.460451.6610-0.0652
CIE-Lab55.567556.7627-3.4561

#da568d color RGB value is (218,86,141).

#da568d hex color red value is 218, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da568d hue: 0.93 , saturation: 0.64 and the lightness value of da568d is 0.60.

The process color (four color CMYK) of #da568d color hex is 0.00, 0.61, 0.35, 0.15. Web safe color of #da568d is #cc6699. Color #da568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10001101
Octal 332 126 215
Decimal 218 86 141
Hex DA 56 8D

RGB Percentages of Color #da568d

%48.99
%19.33
%31.69

CMYK Percentages of Color #da568d

%0
%61
%35
%15

Triadic Colors of #da568d

#da568d #8dda56 #568dda

Analogous Colors of #da568d

#da568d #da6156 #da56cf

Monochromatic Colors of #da568d

#da568d

Complementary Color

#da568d #56daa3

#da568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da568d Color CSS Codes

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

#da568d Text Font Color

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

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


#da568d Background Color

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

This div background color is #da568d


#da568d Border Color

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

This div border color is #da568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da568d


Comments

No comments written yet.

Please login to write comment.