Color Hex Logo

#da768f Color Hex

#DA768F
(218,118,143)
0 Favorites   0 Comments

Color spaces of #da768f

RGB 218118143
HSL0.960.570.66
HSV345°46°85°
CMYK 0.000.460.34   0.15
XYZ40.349829.845529.6207
Yxy29.84550.40420.2990
Hunter Lab54.631036.23366.0950
CIE-Lab61.520741.64264.0653

#da768f color RGB value is (218,118,143).

#da768f hex color red value is 218, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da768f hue: 0.96 , saturation: 0.57 and the lightness value of da768f is 0.66.

The process color (four color CMYK) of #da768f color hex is 0.00, 0.46, 0.34, 0.15. Web safe color of #da768f is #cc6699. Color #da768f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10001111
Octal 332 166 217
Decimal 218 118 143
Hex DA 76 8F

RGB Percentages of Color #da768f

%45.51
%24.63
%29.85

CMYK Percentages of Color #da768f

%0
%46
%34
%15

Triadic Colors of #da768f

#da768f #8fda76 #768fda

Analogous Colors of #da768f

#da768f #da8f76 #da76c1

Monochromatic Colors of #da768f

#da768f

Complementary Color

#da768f #76dac1

#da768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da768f Color CSS Codes

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

#da768f Text Font Color

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

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


#da768f Background Color

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

This div background color is #da768f


#da768f Border Color

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

This div border color is #da768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da768f


Comments

No comments written yet.

Please login to write comment.