Color Hex Logo

#d6502e Color Hex

#D6502E
(214,80,46)
0 Favorites   0 Comments

Color spaces of #d6502e

RGB 2148046
HSL0.030.670.51
HSV12°79°84°
CMYK 0.000.630.79   0.16
XYZ31.093420.23074.8509
Yxy20.23070.55350.3601
Hunter Lab44.978644.683525.0906
CIE-Lab52.097050.997346.5080

#d6502e color RGB value is (214,80,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 00101110
Octal 326 120 56
Decimal 214 80 46
Hex D6 50 2E

RGB Percentages of Color #d6502e

%62.94
%23.53
%13.53

CMYK Percentages of Color #d6502e

%0
%63
%79
%16

Triadic Colors of #d6502e

#d6502e #2ed650 #502ed6

Analogous Colors of #d6502e

#d6502e #d6a42e #d62e60

Monochromatic Colors of #d6502e

#d6502e

Complementary Color

#d6502e #2eb4d6

#d6502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6502e Color CSS Codes

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

#d6502e Text Font Color

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

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


#d6502e Background Color

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

This div background color is #d6502e


#d6502e Border Color

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

This div border color is #d6502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6502e


Comments

No comments written yet.

Please login to write comment.