Color Hex Logo

#603450 Color Hex

#603450
(96,52,80)
0 Favorites   0 Comments

Color spaces of #603450

RGB 965280
HSL0.890.300.29
HSV322°46°38°
CMYK 0.000.460.17   0.62
XYZ7.49985.52208.2600
Yxy5.52200.35240.2595
Hunter Lab23.498915.8460-4.3915
CIE-Lab28.173024.0563-8.5046

#603450 color RGB value is (96,52,80).

#603450 hex color red value is 96, green value is 52 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #603450 hue: 0.89 , saturation: 0.30 and the lightness value of 603450 is 0.29.

The process color (four color CMYK) of #603450 color hex is 0.00, 0.46, 0.17, 0.62. Web safe color of #603450 is #663366. Color #603450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110100 01010000
Octal 140 64 120
Decimal 96 52 80
Hex 60 34 50

RGB Percentages of Color #603450

%42.11
%22.81
%35.09

CMYK Percentages of Color #603450

%0
%46
%17
%62

Triadic Colors of #603450

#603450 #506034 #345060

Analogous Colors of #603450

#603450 #60343a #5a3460

Monochromatic Colors of #603450

#603450

Complementary Color

#603450 #346044

#603450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603450 Color CSS Codes

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

#603450 Text Font Color

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

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


#603450 Background Color

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

This div background color is #603450


#603450 Border Color

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

This div border color is #603450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603450


Comments

No comments written yet.

Please login to write comment.