Color Hex Logo

#d56565 Color Hex

#D56565
(213,101,101)
0 Favorites   0 Comments

Color spaces of #d56565

RGB 213101101
HSL0.000.570.62
HSV53°84°
CMYK 0.000.530.53   0.16
XYZ34.443224.393115.2049
Yxy24.39310.46520.3295
Hunter Lab49.389438.051116.3197
CIE-Lab56.479244.061121.2023

#d56565 color RGB value is (213,101,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01100101
Octal 325 145 145
Decimal 213 101 101
Hex D5 65 65

RGB Percentages of Color #d56565

%51.33
%24.34
%24.34

CMYK Percentages of Color #d56565

%0
%53
%53
%16

Triadic Colors of #d56565

#d56565 #65d565 #6565d5

Analogous Colors of #d56565

#d56565 #d59d65 #d5659d

Monochromatic Colors of #d56565

#d56565

Complementary Color

#d56565 #65d5d5

#d56565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56565 Color CSS Codes

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

#d56565 Text Font Color

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

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


#d56565 Background Color

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

This div background color is #d56565


#d56565 Border Color

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

This div border color is #d56565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56565


Comments

No comments written yet.

Please login to write comment.