Color Hex Logo

#d27c51 Color Hex

#D27C51
(210,124,81)
0 Favorites   0 Comments

Color spaces of #d27c51

RGB 21012481
HSL0.060.590.57
HSV20°61°82°
CMYK 0.000.410.61   0.18
XYZ35.271228.711011.4674
Yxy28.71100.46750.3805
Hunter Lab53.582623.729424.8190
CIE-Lab60.525729.453337.4917

#d27c51 color RGB value is (210,124,81).

#d27c51 hex color red value is 210, green value is 124 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d27c51 hue: 0.06 , saturation: 0.59 and the lightness value of d27c51 is 0.57.

The process color (four color CMYK) of #d27c51 color hex is 0.00, 0.41, 0.61, 0.18. Web safe color of #d27c51 is #cc6666. Color #d27c51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 01010001
Octal 322 174 121
Decimal 210 124 81
Hex D2 7C 51

RGB Percentages of Color #d27c51

%50.60
%29.88
%19.52

CMYK Percentages of Color #d27c51

%0
%41
%61
%18

Triadic Colors of #d27c51

#d27c51 #51d27c #7c51d2

Analogous Colors of #d27c51

#d27c51 #d2bd51 #d25167

Monochromatic Colors of #d27c51

#d27c51

Complementary Color

#d27c51 #51a7d2

#d27c51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27c51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27c51 Color CSS Codes

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

#d27c51 Text Font Color

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

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


#d27c51 Background Color

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

This div background color is #d27c51


#d27c51 Border Color

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

This div border color is #d27c51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27c51


Comments

No comments written yet.

Please login to write comment.