Color Hex Logo

#d65817 Color Hex

#D65817
(214,88,23)
0 Favorites   0 Comments

Color spaces of #d65817

RGB 2148823
HSL0.060.810.46
HSV20°89°84°
CMYK 0.000.590.89   0.16
XYZ31.375921.33753.2755
Yxy21.33750.56040.3811
Hunter Lab46.192540.407728.1305
CIE-Lab53.316946.779557.3102

#d65817 color RGB value is (214,88,23).

#d65817 hex color red value is 214, green value is 88 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d65817 hue: 0.06 , saturation: 0.81 and the lightness value of d65817 is 0.46.

The process color (four color CMYK) of #d65817 color hex is 0.00, 0.59, 0.89, 0.16. Web safe color of #d65817 is #cc6600. Color #d65817 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 00010111
Octal 326 130 27
Decimal 214 88 23
Hex D6 58 17

RGB Percentages of Color #d65817

%65.85
%27.08
%7.08

CMYK Percentages of Color #d65817

%0
%59
%89
%16

Triadic Colors of #d65817

#d65817 #17d658 #5817d6

Analogous Colors of #d65817

#d65817 #d6b817 #d61735

Monochromatic Colors of #d65817

#d65817

Complementary Color

#d65817 #1795d6

#d65817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65817 Color CSS Codes

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

#d65817 Text Font Color

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

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


#d65817 Background Color

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

This div background color is #d65817


#d65817 Border Color

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

This div border color is #d65817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65817


Comments

No comments written yet.

Please login to write comment.