Color Hex Logo

#d56874 Color Hex

#D56874
(213,104,116)
0 Favorites   0 Comments

Color spaces of #d56874

RGB 213104116
HSL0.980.560.62
HSV353°51°84°
CMYK 0.000.510.46   0.16
XYZ35.543325.307719.5345
Yxy25.30770.44220.3148
Hunter Lab50.306838.079012.1920
CIE-Lab57.374043.959913.7065

#d56874 color RGB value is (213,104,116).

#d56874 hex color red value is 213, green value is 104 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d56874 hue: 0.98 , saturation: 0.56 and the lightness value of d56874 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 01110100
Octal 325 150 164
Decimal 213 104 116
Hex D5 68 74

RGB Percentages of Color #d56874

%49.19
%24.02
%26.79

CMYK Percentages of Color #d56874

%0
%51
%46
%16

Triadic Colors of #d56874

#d56874 #74d568 #6874d5

Analogous Colors of #d56874

#d56874 #d59368 #d568ab

Monochromatic Colors of #d56874

#d56874

Complementary Color

#d56874 #68d5c9

#d56874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56874 Color CSS Codes

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

#d56874 Text Font Color

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

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


#d56874 Background Color

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

This div background color is #d56874


#d56874 Border Color

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

This div border color is #d56874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56874


Comments

No comments written yet.

Please login to write comment.