Color Hex Logo

#da568e Color Hex

#DA568E
(218,86,142)
0 Favorites   0 Comments

Color spaces of #da568e

RGB 21886142
HSL0.930.640.60
HSV335°61°85°
CMYK 0.000.610.35   0.15
XYZ37.123723.514028.1732
Yxy23.51400.41800.2648
Hunter Lab48.491251.7956-0.5034
CIE-Lab55.597956.8774-4.0002

#da568e color RGB value is (218,86,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10001110
Octal 332 126 216
Decimal 218 86 142
Hex DA 56 8E

RGB Percentages of Color #da568e

%48.88
%19.28
%31.84

CMYK Percentages of Color #da568e

%0
%61
%35
%15

Triadic Colors of #da568e

#da568e #8eda56 #568eda

Analogous Colors of #da568e

#da568e #da6056 #da56d0

Monochromatic Colors of #da568e

#da568e

Complementary Color

#da568e #56daa2

#da568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da568e Color CSS Codes

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

#da568e Text Font Color

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

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


#da568e Background Color

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

This div background color is #da568e


#da568e Border Color

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

This div border color is #da568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da568e


Comments

No comments written yet.

Please login to write comment.