Color Hex Logo

#d27915 Color Hex

#D27915
(210,121,21)
0 Favorites   0 Comments

Color spaces of #d27915

RGB 21012121
HSL0.090.820.45
HSV32°90°82°
CMYK 0.000.420.90   0.18
XYZ33.551127.43054.2358
Yxy27.43050.51450.4206
Hunter Lab52.374122.693131.8668
CIE-Lab59.370728.493462.1819

#d27915 color RGB value is (210,121,21).

#d27915 hex color red value is 210, green value is 121 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d27915 hue: 0.09 , saturation: 0.82 and the lightness value of d27915 is 0.45.

The process color (four color CMYK) of #d27915 color hex is 0.00, 0.42, 0.90, 0.18. Web safe color of #d27915 is #cc6600. Color #d27915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111001 00010101
Octal 322 171 25
Decimal 210 121 21
Hex D2 79 15

RGB Percentages of Color #d27915

%59.66
%34.38
%5.97

CMYK Percentages of Color #d27915

%0
%42
%90
%18

Triadic Colors of #d27915

#d27915 #15d279 #7915d2

Analogous Colors of #d27915

#d27915 #cdd215 #d21b15

Monochromatic Colors of #d27915

#d27915

Complementary Color

#d27915 #156ed2

#d27915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27915 Color CSS Codes

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

#d27915 Text Font Color

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

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


#d27915 Background Color

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

This div background color is #d27915


#d27915 Border Color

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

This div border color is #d27915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27915


Comments

No comments written yet.

Please login to write comment.