Color Hex Logo

#d56656 Color Hex

#D56656
(213,102,86)
0 Favorites   0 Comments

Color spaces of #d56656

RGB 21310286
HSL0.020.600.59
HSV60°84°
CMYK 0.000.520.60   0.16
XYZ33.871724.320811.7132
Yxy24.32080.48450.3479
Hunter Lab49.316136.295620.4392
CIE-Lab56.407642.387529.7214

#d56656 color RGB value is (213,102,86).

#d56656 hex color red value is 213, green value is 102 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #d56656 hue: 0.02 , saturation: 0.60 and the lightness value of d56656 is 0.59.

The process color (four color CMYK) of #d56656 color hex is 0.00, 0.52, 0.60, 0.16. Web safe color of #d56656 is #cc6666. Color #d56656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100110 01010110
Octal 325 146 126
Decimal 213 102 86
Hex D5 66 56

RGB Percentages of Color #d56656

%53.12
%25.44
%21.45

CMYK Percentages of Color #d56656

%0
%52
%60
%16

Triadic Colors of #d56656

#d56656 #56d566 #6656d5

Analogous Colors of #d56656

#d56656 #d5a656 #d55686

Monochromatic Colors of #d56656

#d56656

Complementary Color

#d56656 #56c5d5

#d56656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56656 Color CSS Codes

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

#d56656 Text Font Color

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

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


#d56656 Background Color

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

This div background color is #d56656


#d56656 Border Color

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

This div border color is #d56656


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,102,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d56656; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d56656;
  -webkit-box-shadow: 1px 1px 3px 2px #d56656;
  box-shadow:         1px 1px 3px 2px #d56656; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,102,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56656


Comments

No comments written yet.

Please login to write comment.