Color Hex Logo

#da5069 Color Hex

#DA5069
(218,80,105)
0 Favorites   0 Comments

Color spaces of #da5069

RGB 21880105
HSL0.970.650.58
HSV349°63°85°
CMYK 0.000.630.52   0.15
XYZ34.331921.662715.7364
Yxy21.66270.47860.3020
Hunter Lab46.543250.217212.5341
CIE-Lab53.667355.797315.1589

#da5069 color RGB value is (218,80,105).

#da5069 hex color red value is 218, green value is 80 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #da5069 hue: 0.97 , saturation: 0.65 and the lightness value of da5069 is 0.58.

The process color (four color CMYK) of #da5069 color hex is 0.00, 0.63, 0.52, 0.15. Web safe color of #da5069 is #cc6666. Color #da5069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 01101001
Octal 332 120 151
Decimal 218 80 105
Hex DA 50 69

RGB Percentages of Color #da5069

%54.09
%19.85
%26.05

CMYK Percentages of Color #da5069

%0
%63
%52
%15

Triadic Colors of #da5069

#da5069 #69da50 #5069da

Analogous Colors of #da5069

#da5069 #da7c50 #da50ae

Monochromatic Colors of #da5069

#da5069

Complementary Color

#da5069 #50dac1

#da5069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5069 Color CSS Codes

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

#da5069 Text Font Color

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

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


#da5069 Background Color

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

This div background color is #da5069


#da5069 Border Color

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

This div border color is #da5069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5069


Comments

No comments written yet.

Please login to write comment.