Color Hex Logo

#d5374d Color Hex

#D5374D
(213,55,77)
0 Favorites   0 Comments

Color spaces of #d5374d

RGB 2135577
HSL0.980.650.53
HSV352°74°84°
CMYK 0.000.740.64   0.16
XYZ30.146317.41438.7936
Yxy17.41430.53490.3090
Hunter Lab41.730455.921116.7175
CIE-Lab48.777961.770025.2359

#d5374d color RGB value is (213,55,77).

#d5374d hex color red value is 213, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d5374d hue: 0.98 , saturation: 0.65 and the lightness value of d5374d is 0.53.

The process color (four color CMYK) of #d5374d color hex is 0.00, 0.74, 0.64, 0.16. Web safe color of #d5374d is #cc3366. Color #d5374d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 01001101
Octal 325 67 115
Decimal 213 55 77
Hex D5 37 4D

RGB Percentages of Color #d5374d

%61.74
%15.94
%22.32

CMYK Percentages of Color #d5374d

%0
%74
%64
%16

Triadic Colors of #d5374d

#d5374d #4dd537 #374dd5

Analogous Colors of #d5374d

#d5374d #d57037 #d5379c

Monochromatic Colors of #d5374d

#d5374d

Complementary Color

#d5374d #37d5bf

#d5374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5374d Color CSS Codes

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

#d5374d Text Font Color

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

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


#d5374d Background Color

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

This div background color is #d5374d


#d5374d Border Color

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

This div border color is #d5374d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,55,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 #d5374d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5374d


Comments

No comments written yet.

Please login to write comment.