Color Hex Logo

#d06214 Color Hex

#D06214
(208,98,20)
0 Favorites   0 Comments

Color spaces of #d06214

RGB 2089820
HSL0.070.820.45
HSV25°90°82°
CMYK 0.000.530.90   0.18
XYZ30.506422.19583.3382
Yxy22.19580.54440.3961
Hunter Lab47.112433.136228.7776
CIE-Lab54.234139.603958.4972

#d06214 color RGB value is (208,98,20).

#d06214 hex color red value is 208, green value is 98 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d06214 hue: 0.07 , saturation: 0.82 and the lightness value of d06214 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 00010100
Octal 320 142 24
Decimal 208 98 20
Hex D0 62 14

RGB Percentages of Color #d06214

%63.80
%30.06
%6.13

CMYK Percentages of Color #d06214

%0
%53
%90
%18

Triadic Colors of #d06214

#d06214 #14d062 #6214d0

Analogous Colors of #d06214

#d06214 #d0c014 #d01424

Monochromatic Colors of #d06214

#d06214

Complementary Color

#d06214 #1482d0

#d06214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06214 Color CSS Codes

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

#d06214 Text Font Color

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

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


#d06214 Background Color

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

This div background color is #d06214


#d06214 Border Color

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

This div border color is #d06214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,98,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06214;
  -webkit-box-shadow: 1px 1px 3px 2px #d06214;
  box-shadow:         1px 1px 3px 2px #d06214; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,98,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06214


Comments

No comments written yet.

Please login to write comment.