Color Hex Logo

#da568c Color Hex

#DA568C
(218,86,140)
0 Favorites   0 Comments

Color spaces of #da568c

RGB 21886140
HSL0.930.640.60
HSV335°61°85°
CMYK 0.000.610.36   0.15
XYZ36.974923.454527.3893
Yxy23.45450.42100.2671
Hunter Lab48.429851.52780.3697
CIE-Lab55.537456.6490-2.9112

#da568c color RGB value is (218,86,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10001100
Octal 332 126 214
Decimal 218 86 140
Hex DA 56 8C

RGB Percentages of Color #da568c

%49.10
%19.37
%31.53

CMYK Percentages of Color #da568c

%0
%61
%36
%15

Triadic Colors of #da568c

#da568c #8cda56 #568cda

Analogous Colors of #da568c

#da568c #da6256 #da56ce

Monochromatic Colors of #da568c

#da568c

Complementary Color

#da568c #56daa4

#da568c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da568c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da568c Color CSS Codes

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

#da568c Text Font Color

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

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


#da568c Background Color

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

This div background color is #da568c


#da568c Border Color

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

This div border color is #da568c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da568c


Comments

No comments written yet.

Please login to write comment.