color codes Logo

#d5674d color codes

#D5674D
(213,103,77)
0 Favorites   0 Comments

Color spaces of #d5674d

RGB 21310377
HSL0.030.620.57
HSV11°64°84°
CMYK 0.000.520.64   0.16
XYZ33.630424.38259.9549
Yxy24.38250.49480.3587
Hunter Lab49.378635.158722.6120
CIE-Lab56.468741.280034.8466

#d5674d color RGB value is (213,103,77).

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

The process color (four color CMYK) of #d5674d color code is 0.00, 0.52, 0.64, 0.16. Web safe color of #d5674d is #cc6666. Color #d5674d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 01001101
Octal 325 147 115
Decimal 213 103 77
Hex D5 67 4D

RGB Percentages of Color #d5674d

%54.20
%26.21
%19.59

CMYK Percentages of Color #d5674d

%0
%52
%64
%16

Triadic Colors of #d5674d

#d5674d #4dd567 #674dd5

Analogous Colors of #d5674d

#d5674d #d5ab4d #d54d77

Monochromatic Colors of #d5674d

#d5674d

Complementary Color

#d5674d #4dbbd5

#d5674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5674d Color CSS Codes

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

#d5674d Text Font Color

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

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


#d5674d Background Color

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

This div background color is #d5674d


#d5674d Border Color

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

This div border color is #d5674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5674d


Comments

No comments written yet.

Please login to write comment.