Color Hex Logo

#d47e81 Color Hex

#D47E81
(212,126,129)
0 Favorites   0 Comments

Color spaces of #d47e81

RGB 212126129
HSL0.990.500.66
HSV358°41°83°
CMYK 0.000.410.39   0.17
XYZ38.574730.503724.6236
Yxy30.50370.41170.3255
Hunter Lab55.230228.018012.2275
CIE-Lab62.086433.610612.7813

#d47e81 color RGB value is (212,126,129).

#d47e81 hex color red value is 212, green value is 126 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d47e81 hue: 0.99 , saturation: 0.50 and the lightness value of d47e81 is 0.66.

The process color (four color CMYK) of #d47e81 color hex is 0.00, 0.41, 0.39, 0.17. Web safe color of #d47e81 is #cc6699. Color #d47e81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111110 10000001
Octal 324 176 201
Decimal 212 126 129
Hex D4 7E 81

RGB Percentages of Color #d47e81

%45.40
%26.98
%27.62

CMYK Percentages of Color #d47e81

%0
%41
%39
%17

Triadic Colors of #d47e81

#d47e81 #81d47e #7e81d4

Analogous Colors of #d47e81

#d47e81 #d4a67e #d47eac

Monochromatic Colors of #d47e81

#d47e81

Complementary Color

#d47e81 #7ed4d1

#d47e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47e81 Color CSS Codes

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

#d47e81 Text Font Color

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

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


#d47e81 Background Color

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

This div background color is #d47e81


#d47e81 Border Color

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

This div border color is #d47e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47e81


Comments

No comments written yet.

Please login to write comment.