Color Hex Logo

#d68a2a Color Hex

#D68A2A
(214,138,42)
0 Favorites   0 Comments

Color spaces of #d68a2a

RGB 21413842
HSL0.090.680.50
HSV33°80°84°
CMYK 0.000.360.80   0.16
XYZ37.238032.64036.5280
Yxy32.64030.48740.4272
Hunter Lab57.131716.364533.2176
CIE-Lab63.868621.602559.4270

#d68a2a color RGB value is (214,138,42).

#d68a2a hex color red value is 214, green value is 138 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d68a2a hue: 0.09 , saturation: 0.68 and the lightness value of d68a2a is 0.50.

The process color (four color CMYK) of #d68a2a color hex is 0.00, 0.36, 0.80, 0.16. Web safe color of #d68a2a is #cc9933. Color #d68a2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 00101010
Octal 326 212 52
Decimal 214 138 42
Hex D6 8A 2A

RGB Percentages of Color #d68a2a

%54.31
%35.03
%10.66

CMYK Percentages of Color #d68a2a

%0
%36
%80
%16

Triadic Colors of #d68a2a

#d68a2a #2ad68a #8a2ad6

Analogous Colors of #d68a2a

#d68a2a #ccd62a #d6342a

Monochromatic Colors of #d68a2a

#d68a2a

Complementary Color

#d68a2a #2a76d6

#d68a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68a2a Color CSS Codes

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

#d68a2a Text Font Color

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

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


#d68a2a Background Color

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

This div background color is #d68a2a


#d68a2a Border Color

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

This div border color is #d68a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68a2a


Comments

No comments written yet.

Please login to write comment.