Color Hex Logo

#d5655e Color Hex

#D5655E
(213,101,94)
0 Favorites   0 Comments

Color spaces of #d5655e

RGB 21310194
HSL0.010.590.60
HSV56°84°
CMYK 0.000.530.56   0.16
XYZ34.114624.261613.4746
Yxy24.26160.47480.3377
Hunter Lab49.256137.430418.2597
CIE-Lab56.348843.486325.0729

#d5655e color RGB value is (213,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01011110
Octal 325 145 136
Decimal 213 101 94
Hex D5 65 5E

RGB Percentages of Color #d5655e

%52.21
%24.75
%23.04

CMYK Percentages of Color #d5655e

%0
%53
%56
%16

Triadic Colors of #d5655e

#d5655e #5ed565 #655ed5

Analogous Colors of #d5655e

#d5655e #d5a15e #d55e93

Monochromatic Colors of #d5655e

#d5655e

Complementary Color

#d5655e #5eced5

#d5655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5655e Color CSS Codes

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

#d5655e Text Font Color

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

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


#d5655e Background Color

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

This div background color is #d5655e


#d5655e Border Color

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

This div border color is #d5655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5655e


Comments

No comments written yet.

Please login to write comment.