Color Hex Logo

#da6baf Color Hex

#DA6BAF
(218,107,175)
0 Favorites   0 Comments

Color spaces of #da6baf

RGB 218107175
HSL0.900.600.64
HSV323°51°85°
CMYK 0.000.510.20   0.15
XYZ41.909028.516043.8527
Yxy28.51600.36670.2495
Hunter Lab53.400446.6374-11.3090
CIE-Lab60.352151.4590-16.0568

#da6baf color RGB value is (218,107,175).

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

The process color (four color CMYK) of #da6baf color hex is 0.00, 0.51, 0.20, 0.15. Web safe color of #da6baf is #cc6699. Color #da6baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 10101111
Octal 332 153 257
Decimal 218 107 175
Hex DA 6B AF

RGB Percentages of Color #da6baf

%43.60
%21.40
%35.00

CMYK Percentages of Color #da6baf

%0
%51
%20
%15

Triadic Colors of #da6baf

#da6baf #afda6b #6bafda

Analogous Colors of #da6baf

#da6baf #da6b78 #ce6bda

Monochromatic Colors of #da6baf

#da6baf

Complementary Color

#da6baf #6bda96

#da6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6baf Color CSS Codes

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

#da6baf Text Font Color

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

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


#da6baf Background Color

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

This div background color is #da6baf


#da6baf Border Color

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

This div border color is #da6baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6baf


Comments

No comments written yet.

Please login to write comment.