Color Hex Logo

#d5674e Color Hex

#D5674E
(213,103,78)
0 Favorites   0 Comments

Color spaces of #d5674e

RGB 21310378
HSL0.030.620.57
HSV11°63°84°
CMYK 0.000.520.63   0.16
XYZ33.666024.396710.1424
Yxy24.39670.49360.3577
Hunter Lab49.393035.226822.4005
CIE-Lab56.482841.344134.3087

#d5674e color RGB value is (213,103,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 01001110
Octal 325 147 116
Decimal 213 103 78
Hex D5 67 4E

RGB Percentages of Color #d5674e

%54.06
%26.14
%19.80

CMYK Percentages of Color #d5674e

%0
%52
%63
%16

Triadic Colors of #d5674e

#d5674e #4ed567 #674ed5

Analogous Colors of #d5674e

#d5674e #d5ab4e #d54e79

Monochromatic Colors of #d5674e

#d5674e

Complementary Color

#d5674e #4ebcd5

#d5674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5674e Color CSS Codes

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

#d5674e Text Font Color

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

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


#d5674e Background Color

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

This div background color is #d5674e


#d5674e Border Color

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

This div border color is #d5674e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5674e


Comments

No comments written yet.

Please login to write comment.