Color Hex Logo

#d27729 Color Hex

#D27729
(210,119,41)
0 Favorites   0 Comments

Color spaces of #d27729

RGB 21011941
HSL0.080.670.49
HSV28°80°82°
CMYK 0.000.430.80   0.18
XYZ33.575427.05545.5504
Yxy27.05540.50730.4088
Hunter Lab52.014824.195330.0836
CIE-Lab59.025630.066355.1976

#d27729 color RGB value is (210,119,41).

#d27729 hex color red value is 210, green value is 119 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d27729 hue: 0.08 , saturation: 0.67 and the lightness value of d27729 is 0.49.

The process color (four color CMYK) of #d27729 color hex is 0.00, 0.43, 0.80, 0.18. Web safe color of #d27729 is #cc6633. Color #d27729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 00101001
Octal 322 167 51
Decimal 210 119 41
Hex D2 77 29

RGB Percentages of Color #d27729

%56.76
%32.16
%11.08

CMYK Percentages of Color #d27729

%0
%43
%80
%18

Triadic Colors of #d27729

#d27729 #29d277 #7729d2

Analogous Colors of #d27729

#d27729 #d2cc29 #d22930

Monochromatic Colors of #d27729

#d27729

Complementary Color

#d27729 #2984d2

#d27729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27729 Color CSS Codes

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

#d27729 Text Font Color

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

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


#d27729 Background Color

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

This div background color is #d27729


#d27729 Border Color

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

This div border color is #d27729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27729


Comments

No comments written yet.

Please login to write comment.