Color Hex Logo

#d57078 Color Hex

#D57078
(213,112,120)
0 Favorites   0 Comments

Color spaces of #d57078

RGB 213112120
HSL0.990.550.64
HSV355°47°84°
CMYK 0.000.470.44   0.16
XYZ36.624927.090521.0680
Yxy27.09050.43200.3195
Hunter Lab52.048534.519812.4348
CIE-Lab59.058040.318813.7323

#d57078 color RGB value is (213,112,120).

#d57078 hex color red value is 213, green value is 112 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d57078 hue: 0.99 , saturation: 0.55 and the lightness value of d57078 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110000 01111000
Octal 325 160 170
Decimal 213 112 120
Hex D5 70 78

RGB Percentages of Color #d57078

%47.87
%25.17
%26.97

CMYK Percentages of Color #d57078

%0
%47
%44
%16

Triadic Colors of #d57078

#d57078 #78d570 #7078d5

Analogous Colors of #d57078

#d57078 #d59b70 #d570ab

Monochromatic Colors of #d57078

#d57078

Complementary Color

#d57078 #70d5cd

#d57078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57078 Color CSS Codes

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

#d57078 Text Font Color

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

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


#d57078 Background Color

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

This div background color is #d57078


#d57078 Border Color

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

This div border color is #d57078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57078


Comments

No comments written yet.

Please login to write comment.