Color Hex Logo

#d28147 Color Hex

#D28147
(210,129,71)
0 Favorites   0 Comments

Color spaces of #d28147

RGB 21012971
HSL0.070.610.55
HSV25°66°82°
CMYK 0.000.390.66   0.18
XYZ35.565929.85719.8497
Yxy29.85710.47250.3967
Hunter Lab54.641720.561627.5615
CIE-Lab61.530726.119343.8927

#d28147 color RGB value is (210,129,71).

#d28147 hex color red value is 210, green value is 129 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d28147 hue: 0.07 , saturation: 0.61 and the lightness value of d28147 is 0.55.

The process color (four color CMYK) of #d28147 color hex is 0.00, 0.39, 0.66, 0.18. Web safe color of #d28147 is #cc9933. Color #d28147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000001 01000111
Octal 322 201 107
Decimal 210 129 71
Hex D2 81 47

RGB Percentages of Color #d28147

%51.22
%31.46
%17.32

CMYK Percentages of Color #d28147

%0
%39
%66
%18

Triadic Colors of #d28147

#d28147 #47d281 #8147d2

Analogous Colors of #d28147

#d28147 #d2c747 #d24752

Monochromatic Colors of #d28147

#d28147

Complementary Color

#d28147 #4798d2

#d28147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28147 Color CSS Codes

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

#d28147 Text Font Color

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

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


#d28147 Background Color

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

This div background color is #d28147


#d28147 Border Color

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

This div border color is #d28147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28147


Comments

No comments written yet.

Please login to write comment.