Color Hex Logo

#62558b Color Hex

#62558B
(98,85,139)
0 Favorites   0 Comments

Color spaces of #62558b

RGB 9885139
HSL0.710.240.44
HSV254°39°55°
CMYK 0.290.390.00   0.45
XYZ12.945710.957725.8588
Yxy10.95770.26020.2202
Hunter Lab33.102411.8786-23.1442
CIE-Lab39.509117.9926-28.1494

#62558b color RGB value is (98,85,139).

#62558b hex color red value is 98, green value is 85 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #62558b hue: 0.71 , saturation: 0.24 and the lightness value of 62558b is 0.44.

The process color (four color CMYK) of #62558b color hex is 0.29, 0.39, 0.00, 0.45. Web safe color of #62558b is #666699. Color #62558b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010101 10001011
Octal 142 125 213
Decimal 98 85 139
Hex 62 55 8B

RGB Percentages of Color #62558b

%30.43
%26.40
%43.17

CMYK Percentages of Color #62558b

%29
%39
%0
%45

Triadic Colors of #62558b

#62558b #8b6255 #558b62

Analogous Colors of #62558b

#62558b #7d558b #55638b

Monochromatic Colors of #62558b

#62558b

Complementary Color

#62558b #7e8b55

#62558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62558b Color CSS Codes

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

#62558b Text Font Color

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

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


#62558b Background Color

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

This div background color is #62558b


#62558b Border Color

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

This div border color is #62558b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,85,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62558b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62558b;
  -webkit-box-shadow: 1px 1px 3px 2px #62558b;
  box-shadow:         1px 1px 3px 2px #62558b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62558b


Comments

No comments written yet.

Please login to write comment.