Color Hex Logo

#602028 Color Hex

#602028
(96,32,40)
0 Favorites   0 Comments

Color spaces of #602028

RGB 963240
HSL0.980.500.25
HSV353°67°38°
CMYK 0.000.670.58   0.62
XYZ5.72343.67302.4148
Yxy3.67300.48460.3110
Hunter Lab19.165119.76785.9450
CIE-Lab22.559529.773710.2905

#602028 color RGB value is (96,32,40).

#602028 hex color red value is 96, green value is 32 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #602028 hue: 0.98 , saturation: 0.50 and the lightness value of 602028 is 0.25.

The process color (four color CMYK) of #602028 color hex is 0.00, 0.67, 0.58, 0.62. Web safe color of #602028 is #663333. Color #602028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 00101000
Octal 140 40 50
Decimal 96 32 40
Hex 60 20 28

RGB Percentages of Color #602028

%57.14
%19.05
%23.81

CMYK Percentages of Color #602028

%0
%67
%58
%62

Triadic Colors of #602028

#602028 #286020 #202860

Analogous Colors of #602028

#602028 #603820 #602048

Monochromatic Colors of #602028

#602028

Complementary Color

#602028 #206058

#602028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602028 Color CSS Codes

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

#602028 Text Font Color

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

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


#602028 Background Color

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

This div background color is #602028


#602028 Border Color

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

This div border color is #602028


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,32,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602028


Comments

No comments written yet.

Please login to write comment.