Color Hex Logo

#da768d Color Hex

#DA768D
(218,118,141)
0 Favorites   0 Comments

Color spaces of #da768d

RGB 218118141
HSL0.960.570.66
HSV346°46°85°
CMYK 0.000.460.35   0.15
XYZ40.199629.785428.8297
Yxy29.78540.40680.3014
Hunter Lab54.576035.97166.8833
CIE-Lab61.468641.40025.1395

#da768d color RGB value is (218,118,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10001101
Octal 332 166 215
Decimal 218 118 141
Hex DA 76 8D

RGB Percentages of Color #da768d

%45.70
%24.74
%29.56

CMYK Percentages of Color #da768d

%0
%46
%35
%15

Triadic Colors of #da768d

#da768d #8dda76 #768dda

Analogous Colors of #da768d

#da768d #da9176 #da76bf

Monochromatic Colors of #da768d

#da768d

Complementary Color

#da768d #76dac3

#da768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da768d Color CSS Codes

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

#da768d Text Font Color

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

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


#da768d Background Color

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

This div background color is #da768d


#da768d Border Color

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

This div border color is #da768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da768d


Comments

No comments written yet.

Please login to write comment.