Color Hex Logo

#624982 Color Hex

#624982
(98,73,130)
0 Favorites   0 Comments

Color spaces of #624982

RGB 9873130
HSL0.740.280.40
HSV266°44°51°
CMYK 0.250.440.00   0.49
XYZ11.44888.973522.2477
Yxy8.97350.26830.2103
Hunter Lab29.955815.7982-23.0647
CIE-Lab35.933223.0818-28.2581

#624982 color RGB value is (98,73,130).

#624982 hex color red value is 98, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #624982 hue: 0.74 , saturation: 0.28 and the lightness value of 624982 is 0.40.

The process color (four color CMYK) of #624982 color hex is 0.25, 0.44, 0.00, 0.49. Web safe color of #624982 is #663399. Color #624982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001001 10000010
Octal 142 111 202
Decimal 98 73 130
Hex 62 49 82

RGB Percentages of Color #624982

%32.56
%24.25
%43.19

CMYK Percentages of Color #624982

%25
%44
%0
%49

Triadic Colors of #624982

#624982 #826249 #498262

Analogous Colors of #624982

#624982 #7f4982 #494c82

Monochromatic Colors of #624982

#624982

Complementary Color

#624982 #698249

#624982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#624982 Color CSS Codes

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

#624982 Text Font Color

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

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


#624982 Background Color

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

This div background color is #624982


#624982 Border Color

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

This div border color is #624982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,73,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #624982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #624982;
  -webkit-box-shadow: 1px 1px 3px 2px #624982;
  box-shadow:         1px 1px 3px 2px #624982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624982


Comments

No comments written yet.

Please login to write comment.