Color Hex Logo

#602666 Color Hex

#602666
(96,38,102)
0 Favorites   0 Comments

Color spaces of #602666

RGB 9638102
HSL0.820.460.27
HSV294°63°40°
CMYK 0.060.630.00   0.60
XYZ7.91534.832313.0859
Yxy4.83230.30640.1871
Hunter Lab21.982525.8036-19.9068
CIE-Lab26.251536.2278-25.8511

#602666 color RGB value is (96,38,102).

#602666 hex color red value is 96, green value is 38 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #602666 hue: 0.82 , saturation: 0.46 and the lightness value of 602666 is 0.27.

The process color (four color CMYK) of #602666 color hex is 0.06, 0.63, 0.00, 0.60. Web safe color of #602666 is #663366. Color #602666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100110 01100110
Octal 140 46 146
Decimal 96 38 102
Hex 60 26 66

RGB Percentages of Color #602666

%40.68
%16.10
%43.22

CMYK Percentages of Color #602666

%6
%63
%0
%60

Triadic Colors of #602666

#602666 #666026 #266660

Analogous Colors of #602666

#602666 #66264c #402666

Monochromatic Colors of #602666

#602666

Complementary Color

#602666 #2c6626

#602666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602666 Color CSS Codes

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

#602666 Text Font Color

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

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


#602666 Background Color

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

This div background color is #602666


#602666 Border Color

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

This div border color is #602666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602666


Comments

No comments written yet.

Please login to write comment.