Color Hex Logo

#602017 Color Hex

#602017
(96,32,23)
0 Favorites   0 Comments

Color spaces of #602017

RGB 963223
HSL0.020.610.23
HSV76°38°
CMYK 0.000.670.76   0.62
XYZ5.49503.58171.2123
Yxy3.58170.53410.3481
Hunter Lab18.925418.70829.4498
CIE-Lab22.237328.520021.2670

#602017 color RGB value is (96,32,23).

#602017 hex color red value is 96, green value is 32 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #602017 hue: 0.02 , saturation: 0.61 and the lightness value of 602017 is 0.23.

The process color (four color CMYK) of #602017 color hex is 0.00, 0.67, 0.76, 0.62. Web safe color of #602017 is #663300. Color #602017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 00010111
Octal 140 40 27
Decimal 96 32 23
Hex 60 20 17

RGB Percentages of Color #602017

%63.58
%21.19
%15.23

CMYK Percentages of Color #602017

%0
%67
%76
%62

Triadic Colors of #602017

#602017 #176020 #201760

Analogous Colors of #602017

#602017 #604517 #601733

Monochromatic Colors of #602017

#602017

Complementary Color

#602017 #175760

#602017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602017 Color CSS Codes

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

#602017 Text Font Color

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

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


#602017 Background Color

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

This div background color is #602017


#602017 Border Color

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

This div border color is #602017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,32,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 #602017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602017


Comments

No comments written yet.

Please login to write comment.