Color Hex Logo

#62588d Color Hex

#62588D
(98,88,141)
0 Favorites   0 Comments

Color spaces of #62588d

RGB 9888141
HSL0.700.230.45
HSV251°38°55°
CMYK 0.300.380.00   0.45
XYZ13.334411.499226.7161
Yxy11.49920.25870.2231
Hunter Lab33.910510.8471-22.9738
CIE-Lab40.408816.6639-27.9520

#62588d color RGB value is (98,88,141).

#62588d hex color red value is 98, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #62588d hue: 0.70 , saturation: 0.23 and the lightness value of 62588d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011000 10001101
Octal 142 130 215
Decimal 98 88 141
Hex 62 58 8D

RGB Percentages of Color #62588d

%29.97
%26.91
%43.12

CMYK Percentages of Color #62588d

%30
%38
%0
%45

Triadic Colors of #62588d

#62588d #8d6258 #588d62

Analogous Colors of #62588d

#62588d #7d588d #58698d

Monochromatic Colors of #62588d

#62588d

Complementary Color

#62588d #838d58

#62588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62588d Color CSS Codes

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

#62588d Text Font Color

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

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


#62588d Background Color

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

This div background color is #62588d


#62588d Border Color

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

This div border color is #62588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62588d


Comments

No comments written yet.

Please login to write comment.