Color Hex Logo

#d46950 Color Hex

#D46950
(212,105,80)
0 Favorites   0 Comments

Color spaces of #d46950

RGB 21210580
HSL0.030.610.57
HSV11°62°83°
CMYK 0.000.500.62   0.17
XYZ33.650924.679410.5794
Yxy24.67940.48830.3581
Hunter Lab49.678433.974422.1486
CIE-Lab56.761740.089133.5057

#d46950 color RGB value is (212,105,80).

#d46950 hex color red value is 212, green value is 105 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d46950 hue: 0.03 , saturation: 0.61 and the lightness value of d46950 is 0.57.

The process color (four color CMYK) of #d46950 color hex is 0.00, 0.50, 0.62, 0.17. Web safe color of #d46950 is #cc6666. Color #d46950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 01010000
Octal 324 151 120
Decimal 212 105 80
Hex D4 69 50

RGB Percentages of Color #d46950

%53.40
%26.45
%20.15

CMYK Percentages of Color #d46950

%0
%50
%62
%17

Triadic Colors of #d46950

#d46950 #50d469 #6950d4

Analogous Colors of #d46950

#d46950 #d4ab50 #d45079

Monochromatic Colors of #d46950

#d46950

Complementary Color

#d46950 #50bbd4

#d46950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46950 Color CSS Codes

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

#d46950 Text Font Color

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

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


#d46950 Background Color

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

This div background color is #d46950


#d46950 Border Color

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

This div border color is #d46950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46950


Comments

No comments written yet.

Please login to write comment.