Color Hex Logo

#d3695a Color Hex

#D3695A
(211,105,90)
0 Favorites   0 Comments

Color spaces of #d3695a

RGB 21110590
HSL0.020.580.59
HSV57°83°
CMYK 0.000.500.57   0.17
XYZ33.761024.690212.6591
Yxy24.69020.47480.3472
Hunter Lab49.689234.324419.6774
CIE-Lab56.772340.428727.8558

#d3695a color RGB value is (211,105,90).

#d3695a hex color red value is 211, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d3695a hue: 0.02 , saturation: 0.58 and the lightness value of d3695a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 01011010
Octal 323 151 132
Decimal 211 105 90
Hex D3 69 5A

RGB Percentages of Color #d3695a

%51.97
%25.86
%22.17

CMYK Percentages of Color #d3695a

%0
%50
%57
%17

Triadic Colors of #d3695a

#d3695a #5ad369 #695ad3

Analogous Colors of #d3695a

#d3695a #d3a65a #d35a88

Monochromatic Colors of #d3695a

#d3695a

Complementary Color

#d3695a #5ac4d3

#d3695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3695a Color CSS Codes

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

#d3695a Text Font Color

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

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


#d3695a Background Color

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

This div background color is #d3695a


#d3695a Border Color

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

This div border color is #d3695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3695a


Comments

No comments written yet.

Please login to write comment.