Color Hex Logo

#d56566 Color Hex

#D56566
(213,101,102)
0 Favorites   0 Comments

Color spaces of #d56566

RGB 213101102
HSL1.000.570.62
HSV359°53°84°
CMYK 0.000.530.52   0.16
XYZ34.492524.412815.4646
Yxy24.41280.46380.3283
Hunter Lab49.409338.144116.0294
CIE-Lab56.498844.147120.6485

#d56566 color RGB value is (213,101,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01100110
Octal 325 145 146
Decimal 213 101 102
Hex D5 65 66

RGB Percentages of Color #d56566

%51.20
%24.28
%24.52

CMYK Percentages of Color #d56566

%0
%53
%52
%16

Triadic Colors of #d56566

#d56566 #66d565 #6566d5

Analogous Colors of #d56566

#d56566 #d59c65 #d5659e

Monochromatic Colors of #d56566

#d56566

Complementary Color

#d56566 #65d5d4

#d56566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56566 Color CSS Codes

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

#d56566 Text Font Color

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

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


#d56566 Background Color

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

This div background color is #d56566


#d56566 Border Color

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

This div border color is #d56566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56566


Comments

No comments written yet.

Please login to write comment.