Color Hex Logo

#d56869 Color Hex

#D56869
(213,104,105)
0 Favorites   0 Comments

Color spaces of #d56869

RGB 213104105
HSL1.000.560.62
HSV359°51°84°
CMYK 0.000.510.51   0.16
XYZ34.940725.066716.3614
Yxy25.06670.45750.3282
Hunter Lab50.066736.955615.6711
CIE-Lab57.140442.919619.7754

#d56869 color RGB value is (213,104,105).

#d56869 hex color red value is 213, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d56869 hue: 1.00 , saturation: 0.56 and the lightness value of d56869 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 01101001
Octal 325 150 151
Decimal 213 104 105
Hex D5 68 69

RGB Percentages of Color #d56869

%50.47
%24.64
%24.88

CMYK Percentages of Color #d56869

%0
%51
%51
%16

Triadic Colors of #d56869

#d56869 #69d568 #6869d5

Analogous Colors of #d56869

#d56869 #d59e68 #d568a0

Monochromatic Colors of #d56869

#d56869

Complementary Color

#d56869 #68d5d4

#d56869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56869 Color CSS Codes

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

#d56869 Text Font Color

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

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


#d56869 Background Color

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

This div background color is #d56869


#d56869 Border Color

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

This div border color is #d56869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56869


Comments

No comments written yet.

Please login to write comment.