Color Hex Logo

#da6788 Color Hex

#DA6788
(218,103,136)
0 Favorites   0 Comments

Color spaces of #da6788

RGB 218103136
HSL0.950.610.63
HSV343°53°85°
CMYK 0.000.530.38   0.15
XYZ38.207626.383526.3713
Yxy26.38350.42000.2900
Hunter Lab51.364942.88815.5153
CIE-Lab58.399348.32543.6070

#da6788 color RGB value is (218,103,136).

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

The process color (four color CMYK) of #da6788 color hex is 0.00, 0.53, 0.38, 0.15. Web safe color of #da6788 is #cc6699. Color #da6788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 10001000
Octal 332 147 210
Decimal 218 103 136
Hex DA 67 88

RGB Percentages of Color #da6788

%47.70
%22.54
%29.76

CMYK Percentages of Color #da6788

%0
%53
%38
%15

Triadic Colors of #da6788

#da6788 #88da67 #6788da

Analogous Colors of #da6788

#da6788 #da8067 #da67c2

Monochromatic Colors of #da6788

#da6788

Complementary Color

#da6788 #67dab9

#da6788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6788 Color CSS Codes

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

#da6788 Text Font Color

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

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


#da6788 Background Color

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

This div background color is #da6788


#da6788 Border Color

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

This div border color is #da6788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6788


Comments

No comments written yet.

Please login to write comment.