Color Hex Logo

#d2695e Color Hex

#D2695E
(210,105,94)
0 Favorites   0 Comments

Color spaces of #d2695e

RGB 21010594
HSL0.020.560.60
HSV55°82°
CMYK 0.000.500.55   0.18
XYZ33.650324.612913.5669
Yxy24.61290.46850.3427
Hunter Lab49.611434.252618.5143
CIE-Lab56.696340.368925.4450

#d2695e color RGB value is (210,105,94).

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

The process color (four color CMYK) of #d2695e color hex is 0.00, 0.50, 0.55, 0.18. Web safe color of #d2695e is #cc6666. Color #d2695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101001 01011110
Octal 322 151 136
Decimal 210 105 94
Hex D2 69 5E

RGB Percentages of Color #d2695e

%51.34
%25.67
%22.98

CMYK Percentages of Color #d2695e

%0
%50
%55
%18

Triadic Colors of #d2695e

#d2695e #5ed269 #695ed2

Analogous Colors of #d2695e

#d2695e #d2a35e #d25e8d

Monochromatic Colors of #d2695e

#d2695e

Complementary Color

#d2695e #5ec7d2

#d2695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2695e Color CSS Codes

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

#d2695e Text Font Color

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

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


#d2695e Background Color

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

This div background color is #d2695e


#d2695e Border Color

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

This div border color is #d2695e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,105,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 #d2695e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2695e


Comments

No comments written yet.

Please login to write comment.