Color Hex Logo

#d65200 Color Hex

#D65200
(214,82,0)
0 Favorites   0 Comments

Color spaces of #d65200

RGB 214820
HSL0.061.000.42
HSV23°100°84°
CMYK 0.000.621.00   0.16
XYZ30.748820.33072.3036
Yxy20.33070.57600.3808
Hunter Lab45.089642.821228.5336
CIE-Lab52.209149.237062.2865

#d65200 color RGB value is (214,82,0).

#d65200 hex color red value is 214, green value is 82 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d65200 hue: 0.06 , saturation: 1.00 and the lightness value of d65200 is 0.42.

The process color (four color CMYK) of #d65200 color hex is 0.00, 0.62, 1.00, 0.16. Web safe color of #d65200 is #cc6600. Color #d65200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 00000000
Octal 326 122 0
Decimal 214 82 0
Hex D6 52 0

RGB Percentages of Color #d65200

%72.30
%27.70
%0.00

CMYK Percentages of Color #d65200

%0
%62
%100
%16

Triadic Colors of #d65200

#d65200 #00d652 #5200d6

Analogous Colors of #d65200

#d65200 #d6bd00 #d60019

Monochromatic Colors of #d65200

#d65200

Complementary Color

#d65200 #0084d6

#d65200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65200 Color CSS Codes

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

#d65200 Text Font Color

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

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


#d65200 Background Color

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

This div background color is #d65200


#d65200 Border Color

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

This div border color is #d65200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65200


Comments

No comments written yet.

Please login to write comment.