Color Hex Logo

#da826a Color Hex

#DA826A
(218,130,106)
0 Favorites   0 Comments

Color spaces of #da826a

RGB 218130106
HSL0.040.600.64
HSV13°51°85°
CMYK 0.000.400.51   0.15
XYZ39.497631.911317.7134
Yxy31.91130.44320.3581
Hunter Lab56.490125.948720.9517
CIE-Lab63.269531.440227.4913

#da826a color RGB value is (218,130,106).

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

The process color (four color CMYK) of #da826a color hex is 0.00, 0.40, 0.51, 0.15. Web safe color of #da826a is #cc9966. Color #da826a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 01101010
Octal 332 202 152
Decimal 218 130 106
Hex DA 82 6A

RGB Percentages of Color #da826a

%48.02
%28.63
%23.35

CMYK Percentages of Color #da826a

%0
%40
%51
%15

Triadic Colors of #da826a

#da826a #6ada82 #826ada

Analogous Colors of #da826a

#da826a #daba6a #da6a8a

Monochromatic Colors of #da826a

#da826a

Complementary Color

#da826a #6ac2da

#da826a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da826a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da826a Color CSS Codes

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

#da826a Text Font Color

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

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


#da826a Background Color

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

This div background color is #da826a


#da826a Border Color

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

This div border color is #da826a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da826a


Comments

No comments written yet.

Please login to write comment.