Color Hex Logo

#d2975e Color Hex

#D2975E
(210,151,94)
0 Favorites   0 Comments

Color spaces of #d2975e

RGB 21015194
HSL0.080.560.60
HSV29°55°82°
CMYK 0.000.280.55   0.18
XYZ39.665336.643015.5719
Yxy36.64300.43170.3988
Hunter Lab60.533511.030827.1214
CIE-Lab67.008315.851938.5277

#d2975e color RGB value is (210,151,94).

#d2975e hex color red value is 210, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d2975e hue: 0.08 , saturation: 0.56 and the lightness value of d2975e is 0.60.

The process color (four color CMYK) of #d2975e color hex is 0.00, 0.28, 0.55, 0.18. Web safe color of #d2975e is #cc9966. Color #d2975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010111 01011110
Octal 322 227 136
Decimal 210 151 94
Hex D2 97 5E

RGB Percentages of Color #d2975e

%46.15
%33.19
%20.66

CMYK Percentages of Color #d2975e

%0
%28
%55
%18

Triadic Colors of #d2975e

#d2975e #5ed297 #975ed2

Analogous Colors of #d2975e

#d2975e #d2d15e #d25e5f

Monochromatic Colors of #d2975e

#d2975e

Complementary Color

#d2975e #5e99d2

#d2975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2975e Color CSS Codes

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

#d2975e Text Font Color

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

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


#d2975e Background Color

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

This div background color is #d2975e


#d2975e Border Color

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

This div border color is #d2975e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,151,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2975e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2975e;
  -webkit-box-shadow: 1px 1px 3px 2px #d2975e;
  box-shadow:         1px 1px 3px 2px #d2975e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,151,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2975e


Comments

No comments written yet.

Please login to write comment.