Color Hex Logo

#604280 Color Hex

#604280
(96,66,128)
0 Favorites   0 Comments

Color spaces of #604280

RGB 9666128
HSL0.750.320.38
HSV269°48°50°
CMYK 0.250.480.00   0.50
XYZ10.66847.941721.3927
Yxy7.94170.26670.1985
Hunter Lab28.181018.2574-25.2813
CIE-Lab33.861226.2699-30.3018

#604280 color RGB value is (96,66,128).

#604280 hex color red value is 96, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #604280 hue: 0.75 , saturation: 0.32 and the lightness value of 604280 is 0.38.

The process color (four color CMYK) of #604280 color hex is 0.25, 0.48, 0.00, 0.50. Web safe color of #604280 is #663399. Color #604280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 10000000
Octal 140 102 200
Decimal 96 66 128
Hex 60 42 80

RGB Percentages of Color #604280

%33.10
%22.76
%44.14

CMYK Percentages of Color #604280

%25
%48
%0
%50

Triadic Colors of #604280

#604280 #806042 #428060

Analogous Colors of #604280

#604280 #7f4280 #424380

Monochromatic Colors of #604280

#604280

Complementary Color

#604280 #628042

#604280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604280 Color CSS Codes

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

#604280 Text Font Color

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

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


#604280 Background Color

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

This div background color is #604280


#604280 Border Color

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

This div border color is #604280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604280


Comments

No comments written yet.

Please login to write comment.