Color Hex Logo

#d56478 Color Hex

#D56478
(213,100,120)
0 Favorites   0 Comments

Color spaces of #d56478

RGB 213100120
HSL0.970.570.61
HSV349°53°84°
CMYK 0.000.530.44   0.16
XYZ35.387924.616520.6556
Yxy24.61650.43870.3052
Hunter Lab49.615040.488810.0470
CIE-Lab56.699846.340010.4262

#d56478 color RGB value is (213,100,120).

#d56478 hex color red value is 213, green value is 100 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d56478 hue: 0.97 , saturation: 0.57 and the lightness value of d56478 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 01111000
Octal 325 144 170
Decimal 213 100 120
Hex D5 64 78

RGB Percentages of Color #d56478

%49.19
%23.09
%27.71

CMYK Percentages of Color #d56478

%0
%53
%44
%16

Triadic Colors of #d56478

#d56478 #78d564 #6478d5

Analogous Colors of #d56478

#d56478 #d58964 #d564b1

Monochromatic Colors of #d56478

#d56478

Complementary Color

#d56478 #64d5c1

#d56478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56478 Color CSS Codes

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

#d56478 Text Font Color

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

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


#d56478 Background Color

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

This div background color is #d56478


#d56478 Border Color

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

This div border color is #d56478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56478


Comments

No comments written yet.

Please login to write comment.