Color Hex Logo

#d67130 Color Hex

#D67130
(214,113,48)
0 Favorites   0 Comments

Color spaces of #d67130

RGB 21411348
HSL0.070.670.51
HSV23°78°84°
CMYK 0.000.470.78   0.16
XYZ34.170226.31986.0756
Yxy26.31980.51330.3954
Hunter Lab51.302829.109828.8905
CIE-Lab58.339435.099151.7456

#d67130 color RGB value is (214,113,48).

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

The process color (four color CMYK) of #d67130 color hex is 0.00, 0.47, 0.78, 0.16. Web safe color of #d67130 is #cc6633. Color #d67130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 00110000
Octal 326 161 60
Decimal 214 113 48
Hex D6 71 30

RGB Percentages of Color #d67130

%57.07
%30.13
%12.80

CMYK Percentages of Color #d67130

%0
%47
%78
%16

Triadic Colors of #d67130

#d67130 #30d671 #7130d6

Analogous Colors of #d67130

#d67130 #d6c430 #d63042

Monochromatic Colors of #d67130

#d67130

Complementary Color

#d67130 #3095d6

#d67130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67130 Color CSS Codes

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

#d67130 Text Font Color

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

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


#d67130 Background Color

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

This div background color is #d67130


#d67130 Border Color

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

This div border color is #d67130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67130


Comments

No comments written yet.

Please login to write comment.