Color Hex Logo

#d69271 Color Hex

#D69271
(214,146,113)
0 Favorites   0 Comments

Color spaces of #d69271

RGB 214146113
HSL0.050.550.64
HSV20°47°84°
CMYK 0.000.320.47   0.16
XYZ40.991136.046220.4199
Yxy36.04620.42060.3699
Hunter Lab60.038516.803021.8616
CIE-Lab66.555221.922427.8570

#d69271 color RGB value is (214,146,113).

#d69271 hex color red value is 214, green value is 146 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d69271 hue: 0.05 , saturation: 0.55 and the lightness value of d69271 is 0.64.

The process color (four color CMYK) of #d69271 color hex is 0.00, 0.32, 0.47, 0.16. Web safe color of #d69271 is #cc9966. Color #d69271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010010 01110001
Octal 326 222 161
Decimal 214 146 113
Hex D6 92 71

RGB Percentages of Color #d69271

%45.24
%30.87
%23.89

CMYK Percentages of Color #d69271

%0
%32
%47
%16

Triadic Colors of #d69271

#d69271 #71d692 #9271d6

Analogous Colors of #d69271

#d69271 #d6c571 #d67183

Monochromatic Colors of #d69271

#d69271

Complementary Color

#d69271 #71b5d6

#d69271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69271 Color CSS Codes

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

#d69271 Text Font Color

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

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


#d69271 Background Color

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

This div background color is #d69271


#d69271 Border Color

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

This div border color is #d69271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69271


Comments

No comments written yet.

Please login to write comment.