Color Hex Logo

#d65603 Color Hex

#D65603
(214,86,3)
0 Favorites   0 Comments

Color spaces of #d65603

RGB 214863
HSL0.070.970.43
HSV24°99°84°
CMYK 0.000.600.99   0.16
XYZ31.075820.95832.4936
Yxy20.95830.56990.3844
Hunter Lab45.780241.051128.8167
CIE-Lab52.903847.454862.0036

#d65603 color RGB value is (214,86,3).

#d65603 hex color red value is 214, green value is 86 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d65603 hue: 0.07 , saturation: 0.97 and the lightness value of d65603 is 0.43.

The process color (four color CMYK) of #d65603 color hex is 0.00, 0.60, 0.99, 0.16. Web safe color of #d65603 is #cc6600. Color #d65603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 00000011
Octal 326 126 3
Decimal 214 86 3
Hex D6 56 3

RGB Percentages of Color #d65603

%70.63
%28.38
%0.99

CMYK Percentages of Color #d65603

%0
%60
%99
%16

Triadic Colors of #d65603

#d65603 #03d656 #5603d6

Analogous Colors of #d65603

#d65603 #d6c003 #d60319

Monochromatic Colors of #d65603

#d65603

Complementary Color

#d65603 #0383d6

#d65603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65603 Color CSS Codes

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

#d65603 Text Font Color

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

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


#d65603 Background Color

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

This div background color is #d65603


#d65603 Border Color

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

This div border color is #d65603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65603


Comments

No comments written yet.

Please login to write comment.