Color Hex Logo

#62589f Color Hex

#62589F
(98,88,159)
0 Favorites   0 Comments

Color spaces of #62589f

RGB 9888159
HSL0.690.290.48
HSV248°45°62°
CMYK 0.380.450.00   0.38
XYZ14.784712.079334.3532
Yxy12.07930.24150.1973
Hunter Lab34.755315.1111-34.2754
CIE-Lab41.341921.7391-37.2893

#62589f color RGB value is (98,88,159).

#62589f hex color red value is 98, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #62589f hue: 0.69 , saturation: 0.29 and the lightness value of 62589f is 0.48.

The process color (four color CMYK) of #62589f color hex is 0.38, 0.45, 0.00, 0.38. Web safe color of #62589f is #666699. Color #62589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011000 10011111
Octal 142 130 237
Decimal 98 88 159
Hex 62 58 9F

RGB Percentages of Color #62589f

%28.41
%25.51
%46.09

CMYK Percentages of Color #62589f

%38
%45
%0
%38

Triadic Colors of #62589f

#62589f #9f6258 #589f62

Analogous Colors of #62589f

#62589f #86589f #58729f

Monochromatic Colors of #62589f

#62589f

Complementary Color

#62589f #959f58

#62589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62589f Color CSS Codes

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

#62589f Text Font Color

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

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


#62589f Background Color

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

This div background color is #62589f


#62589f Border Color

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

This div border color is #62589f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,88,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62589f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62589f;
  -webkit-box-shadow: 1px 1px 3px 2px #62589f;
  box-shadow:         1px 1px 3px 2px #62589f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62589f


Comments

No comments written yet.

Please login to write comment.