Color Hex Logo

#da8064 Color Hex

#DA8064
(218,128,100)
0 Favorites   0 Comments

Color spaces of #da8064

RGB 218128100
HSL0.040.610.62
HSV14°54°85°
CMYK 0.000.410.54   0.15
XYZ38.932931.263916.0391
Yxy31.26390.45150.3625
Hunter Lab55.914126.439522.1324
CIE-Lab62.729831.979830.1152

#da8064 color RGB value is (218,128,100).

#da8064 hex color red value is 218, green value is 128 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #da8064 hue: 0.04 , saturation: 0.61 and the lightness value of da8064 is 0.62.

The process color (four color CMYK) of #da8064 color hex is 0.00, 0.41, 0.54, 0.15. Web safe color of #da8064 is #cc9966. Color #da8064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 01100100
Octal 332 200 144
Decimal 218 128 100
Hex DA 80 64

RGB Percentages of Color #da8064

%48.88
%28.70
%22.42

CMYK Percentages of Color #da8064

%0
%41
%54
%15

Triadic Colors of #da8064

#da8064 #64da80 #8064da

Analogous Colors of #da8064

#da8064 #dabb64 #da6483

Monochromatic Colors of #da8064

#da8064

Complementary Color

#da8064 #64beda

#da8064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8064 Color CSS Codes

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

#da8064 Text Font Color

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

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


#da8064 Background Color

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

This div background color is #da8064


#da8064 Border Color

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

This div border color is #da8064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8064


Comments

No comments written yet.

Please login to write comment.