Color Hex Logo

#601262 Color Hex

#601262
(96,18,98)
0 Favorites   0 Comments

Color spaces of #601262

RGB 961898
HSL0.830.690.23
HSV299°82°38°
CMYK 0.020.820.00   0.62
XYZ7.24483.801311.9071
Yxy3.80130.31560.1656
Hunter Lab19.496932.2086-22.5616
CIE-Lab23.003443.8805-28.3941

#601262 color RGB value is (96,18,98).

#601262 hex color red value is 96, green value is 18 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #601262 hue: 0.83 , saturation: 0.69 and the lightness value of 601262 is 0.23.

The process color (four color CMYK) of #601262 color hex is 0.02, 0.82, 0.00, 0.62. Web safe color of #601262 is #660066. Color #601262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 01100010
Octal 140 22 142
Decimal 96 18 98
Hex 60 12 62

RGB Percentages of Color #601262

%45.28
%8.49
%46.23

CMYK Percentages of Color #601262

%2
%82
%0
%62

Triadic Colors of #601262

#601262 #626012 #126260

Analogous Colors of #601262

#601262 #62123c #381262

Monochromatic Colors of #601262

#601262

Complementary Color

#601262 #146212

#601262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601262 Color CSS Codes

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

#601262 Text Font Color

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

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


#601262 Background Color

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

This div background color is #601262


#601262 Border Color

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

This div border color is #601262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601262


Comments

No comments written yet.

Please login to write comment.