Color Hex Logo

#d7826a Color Hex

#D7826A
(215,130,106)
0 Favorites   0 Comments

Color spaces of #d7826a

RGB 215130106
HSL0.040.580.63
HSV13°51°84°
CMYK 0.000.400.51   0.16
XYZ38.608531.452917.6718
Yxy31.45290.44010.3585
Hunter Lab56.082924.737720.5757
CIE-Lab62.888130.263226.9193

#d7826a color RGB value is (215,130,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 01101010
Octal 327 202 152
Decimal 215 130 106
Hex D7 82 6A

RGB Percentages of Color #d7826a

%47.67
%28.82
%23.50

CMYK Percentages of Color #d7826a

%0
%40
%51
%16

Triadic Colors of #d7826a

#d7826a #6ad782 #826ad7

Analogous Colors of #d7826a

#d7826a #d7b96a #d76a89

Monochromatic Colors of #d7826a

#d7826a

Complementary Color

#d7826a #6abfd7

#d7826a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7826a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7826a Color CSS Codes

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

#d7826a Text Font Color

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

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


#d7826a Background Color

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

This div background color is #d7826a


#d7826a Border Color

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

This div border color is #d7826a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7826a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7826a


Comments

No comments written yet.

Please login to write comment.