Color Hex Logo

#d6502d Color Hex

#D6502D
(214,80,45)
0 Favorites   0 Comments

Color spaces of #d6502d

RGB 2148045
HSL0.030.670.51
HSV12°79°84°
CMYK 0.000.630.79   0.16
XYZ31.073920.22294.7483
Yxy20.22290.55440.3608
Hunter Lab44.969944.645125.2186
CIE-Lab52.088350.963046.9963

#d6502d color RGB value is (214,80,45).

#d6502d hex color red value is 214, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d6502d hue: 0.03 , saturation: 0.67 and the lightness value of d6502d is 0.51.

The process color (four color CMYK) of #d6502d color hex is 0.00, 0.63, 0.79, 0.16. Web safe color of #d6502d is #cc6633. Color #d6502d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 00101101
Octal 326 120 55
Decimal 214 80 45
Hex D6 50 2D

RGB Percentages of Color #d6502d

%63.13
%23.60
%13.27

CMYK Percentages of Color #d6502d

%0
%63
%79
%16

Triadic Colors of #d6502d

#d6502d #2dd650 #502dd6

Analogous Colors of #d6502d

#d6502d #d6a52d #d62d5e

Monochromatic Colors of #d6502d

#d6502d

Complementary Color

#d6502d #2db3d6

#d6502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6502d Color CSS Codes

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

#d6502d Text Font Color

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

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


#d6502d Background Color

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

This div background color is #d6502d


#d6502d Border Color

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

This div border color is #d6502d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,80,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6502d


Comments

No comments written yet.

Please login to write comment.