Color Hex Logo

#d37871 Color Hex

#D37871
(211,120,113)
0 Favorites   0 Comments

Color spaces of #d37871

RGB 211120113
HSL0.010.530.64
HSV46°83°
CMYK 0.000.430.46   0.17
XYZ36.561128.474119.1919
Yxy28.47410.43410.3381
Hunter Lab53.361128.919716.0285
CIE-Lab60.314734.690819.4399

#d37871 color RGB value is (211,120,113).

#d37871 hex color red value is 211, green value is 120 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d37871 hue: 0.01 , saturation: 0.53 and the lightness value of d37871 is 0.64.

The process color (four color CMYK) of #d37871 color hex is 0.00, 0.43, 0.46, 0.17. Web safe color of #d37871 is #cc6666. Color #d37871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111000 01110001
Octal 323 170 161
Decimal 211 120 113
Hex D3 78 71

RGB Percentages of Color #d37871

%47.52
%27.03
%25.45

CMYK Percentages of Color #d37871

%0
%43
%46
%17

Triadic Colors of #d37871

#d37871 #71d378 #7871d3

Analogous Colors of #d37871

#d37871 #d3a971 #d3719b

Monochromatic Colors of #d37871

#d37871

Complementary Color

#d37871 #71ccd3

#d37871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37871 Color CSS Codes

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

#d37871 Text Font Color

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

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


#d37871 Background Color

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

This div background color is #d37871


#d37871 Border Color

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

This div border color is #d37871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37871


Comments

No comments written yet.

Please login to write comment.