Color Hex Logo

#da568a Color Hex

#DA568A
(218,86,138)
0 Favorites   0 Comments

Color spaces of #da568a

RGB 21886138
HSL0.930.640.60
HSV336°61°85°
CMYK 0.000.610.37   0.15
XYZ36.828723.396026.6195
Yxy23.39600.42410.2694
Hunter Lab48.369451.26431.2291
CIE-Lab55.477956.4238-1.8198

#da568a color RGB value is (218,86,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10001010
Octal 332 126 212
Decimal 218 86 138
Hex DA 56 8A

RGB Percentages of Color #da568a

%49.32
%19.46
%31.22

CMYK Percentages of Color #da568a

%0
%61
%37
%15

Triadic Colors of #da568a

#da568a #8ada56 #568ada

Analogous Colors of #da568a

#da568a #da6456 #da56cc

Monochromatic Colors of #da568a

#da568a

Complementary Color

#da568a #56daa6

#da568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da568a Color CSS Codes

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

#da568a Text Font Color

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

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


#da568a Background Color

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

This div background color is #da568a


#da568a Border Color

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

This div border color is #da568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da568a


Comments

No comments written yet.

Please login to write comment.