Color Hex Logo

#62589c Color Hex

#62589C
(98,88,156)
0 Favorites   0 Comments

Color spaces of #62589c

RGB 9888156
HSL0.690.280.48
HSV249°44°61°
CMYK 0.370.440.00   0.39
XYZ14.527511.976432.9985
Yxy11.97640.24410.2013
Hunter Lab34.606914.3696-32.3095
CIE-Lab41.178620.8746-35.7571

#62589c color RGB value is (98,88,156).

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

The process color (four color CMYK) of #62589c color hex is 0.37, 0.44, 0.00, 0.39. Web safe color of #62589c is #666699. Color #62589c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011000 10011100
Octal 142 130 234
Decimal 98 88 156
Hex 62 58 9C

RGB Percentages of Color #62589c

%28.65
%25.73
%45.61

CMYK Percentages of Color #62589c

%37
%44
%0
%39

Triadic Colors of #62589c

#62589c #9c6258 #589c62

Analogous Colors of #62589c

#62589c #84589c #58709c

Monochromatic Colors of #62589c

#62589c

Complementary Color

#62589c #929c58

#62589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#62589c Color CSS Codes

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

#62589c Text Font Color

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

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


#62589c Background Color

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

This div background color is #62589c


#62589c Border Color

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

This div border color is #62589c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62589c


Comments

No comments written yet.

Please login to write comment.