Color Hex Logo

#604888 Color Hex

#604888
(96,72,136)
0 Favorites   0 Comments

Color spaces of #604888

RGB 9672136
HSL0.730.310.41
HSV263°47°53°
CMYK 0.290.470.00   0.47
XYZ11.58528.899124.3996
Yxy8.89910.25810.1983
Hunter Lab29.831417.1167-27.6124
CIE-Lab35.789324.6789-32.1879

#604888 color RGB value is (96,72,136).

#604888 hex color red value is 96, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #604888 hue: 0.73 , saturation: 0.31 and the lightness value of 604888 is 0.41.

The process color (four color CMYK) of #604888 color hex is 0.29, 0.47, 0.00, 0.47. Web safe color of #604888 is #663399. Color #604888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 10001000
Octal 140 110 210
Decimal 96 72 136
Hex 60 48 88

RGB Percentages of Color #604888

%31.58
%23.68
%44.74

CMYK Percentages of Color #604888

%29
%47
%0
%47

Triadic Colors of #604888

#604888 #886048 #488860

Analogous Colors of #604888

#604888 #804888 #485088

Monochromatic Colors of #604888

#604888

Complementary Color

#604888 #708848

#604888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604888 Color CSS Codes

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

#604888 Text Font Color

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

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


#604888 Background Color

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

This div background color is #604888


#604888 Border Color

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

This div border color is #604888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604888


Comments

No comments written yet.

Please login to write comment.