Color Hex Logo

#da767e Color Hex

#DA767E
(218,118,126)
0 Favorites   0 Comments

Color spaces of #da767e

RGB 218118126
HSL0.990.570.66
HSV355°46°85°
CMYK 0.000.460.42   0.15
XYZ39.157829.368723.3435
Yxy29.36870.42620.3197
Hunter Lab54.192934.140012.3960
CIE-Lab61.105739.694013.2396

#da767e color RGB value is (218,118,126).

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

The process color (four color CMYK) of #da767e color hex is 0.00, 0.46, 0.42, 0.15. Web safe color of #da767e is #cc6666. Color #da767e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 01111110
Octal 332 166 176
Decimal 218 118 126
Hex DA 76 7E

RGB Percentages of Color #da767e

%47.19
%25.54
%27.27

CMYK Percentages of Color #da767e

%0
%46
%42
%15

Triadic Colors of #da767e

#da767e #7eda76 #767eda

Analogous Colors of #da767e

#da767e #daa076 #da76b0

Monochromatic Colors of #da767e

#da767e

Complementary Color

#da767e #76dad2

#da767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da767e Color CSS Codes

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

#da767e Text Font Color

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

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


#da767e Background Color

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

This div background color is #da767e


#da767e Border Color

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

This div border color is #da767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da767e


Comments

No comments written yet.

Please login to write comment.