Color Hex Logo

#d3857c Color Hex

#D3857C
(211,133,124)
0 Favorites   0 Comments

Color spaces of #d3857c

RGB 211133124
HSL0.020.500.66
HSV41°83°
CMYK 0.000.370.41   0.17
XYZ38.889632.079223.2110
Yxy32.07920.41290.3406
Hunter Lab56.638523.445815.3493
CIE-Lab63.408328.917517.4365

#d3857c color RGB value is (211,133,124).

#d3857c hex color red value is 211, green value is 133 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d3857c hue: 0.02 , saturation: 0.50 and the lightness value of d3857c is 0.66.

The process color (four color CMYK) of #d3857c color hex is 0.00, 0.37, 0.41, 0.17. Web safe color of #d3857c is #cc9966. Color #d3857c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 01111100
Octal 323 205 174
Decimal 211 133 124
Hex D3 85 7C

RGB Percentages of Color #d3857c

%45.09
%28.42
%26.50

CMYK Percentages of Color #d3857c

%0
%37
%41
%17

Triadic Colors of #d3857c

#d3857c #7cd385 #857cd3

Analogous Colors of #d3857c

#d3857c #d3b17c #d37c9f

Monochromatic Colors of #d3857c

#d3857c

Complementary Color

#d3857c #7ccad3

#d3857c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3857c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3857c Color CSS Codes

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

#d3857c Text Font Color

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

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


#d3857c Background Color

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

This div background color is #d3857c


#d3857c Border Color

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

This div border color is #d3857c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,133,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3857c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3857c;
  -webkit-box-shadow: 1px 1px 3px 2px #d3857c;
  box-shadow:         1px 1px 3px 2px #d3857c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,133,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3857c


Comments

No comments written yet.

Please login to write comment.