Color Hex Logo

#d4708d Color Hex

#D4708D
(212,112,141)
0 Favorites   0 Comments

Color spaces of #d4708d

RGB 212112141
HSL0.950.540.64
HSV343°47°83°
CMYK 0.000.470.33   0.17
XYZ37.753327.508528.5192
Yxy27.50850.40260.2933
Hunter Lab52.448536.70224.4747
CIE-Lab59.442142.36222.1082

#d4708d color RGB value is (212,112,141).

#d4708d hex color red value is 212, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d4708d hue: 0.95 , saturation: 0.54 and the lightness value of d4708d is 0.64.

The process color (four color CMYK) of #d4708d color hex is 0.00, 0.47, 0.33, 0.17. Web safe color of #d4708d is #cc6699. Color #d4708d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110000 10001101
Octal 324 160 215
Decimal 212 112 141
Hex D4 70 8D

RGB Percentages of Color #d4708d

%45.59
%24.09
%30.32

CMYK Percentages of Color #d4708d

%0
%47
%33
%17

Triadic Colors of #d4708d

#d4708d #8dd470 #708dd4

Analogous Colors of #d4708d

#d4708d #d48570 #d470bf

Monochromatic Colors of #d4708d

#d4708d

Complementary Color

#d4708d #70d4b7

#d4708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4708d Color CSS Codes

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

#d4708d Text Font Color

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

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


#d4708d Background Color

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

This div background color is #d4708d


#d4708d Border Color

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

This div border color is #d4708d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,112,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4708d


Comments

No comments written yet.

Please login to write comment.