Color Hex Logo

#626495 Color Hex

#626495
(98,100,149)
0 Favorites   0 Comments

Color spaces of #626495

RGB 98100149
HSL0.660.210.48
HSV238°34°58°
CMYK 0.340.330.00   0.42
XYZ15.019013.880930.3215
Yxy13.88090.25360.2344
Hunter Lab37.25716.7567-22.1729
CIE-Lab44.061611.4291-27.0506

#626495 color RGB value is (98,100,149).

#626495 hex color red value is 98, green value is 100 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #626495 hue: 0.66 , saturation: 0.21 and the lightness value of 626495 is 0.48.

The process color (four color CMYK) of #626495 color hex is 0.34, 0.33, 0.00, 0.42. Web safe color of #626495 is #666699. Color #626495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100100 10010101
Octal 142 144 225
Decimal 98 100 149
Hex 62 64 95

RGB Percentages of Color #626495

%28.24
%28.82
%42.94

CMYK Percentages of Color #626495

%34
%33
%0
%42

Triadic Colors of #626495

#626495 #956264 #649562

Analogous Colors of #626495

#626495 #7a6295 #627e95

Monochromatic Colors of #626495

#626495

Complementary Color

#626495 #959362

#626495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626495 Color CSS Codes

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

#626495 Text Font Color

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

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


#626495 Background Color

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

This div background color is #626495


#626495 Border Color

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

This div border color is #626495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626495


Comments

No comments written yet.

Please login to write comment.