Color Hex Logo

#626885 Color Hex

#626885
(98,104,133)
0 Favorites   0 Comments

Color spaces of #626885

RGB 98104133
HSL0.640.150.45
HSV230°26°52°
CMYK 0.260.220.00   0.48
XYZ14.221014.190824.1799
Yxy14.19080.27040.2698
Hunter Lab37.67071.4616-11.6873
CIE-Lab44.50534.6417-16.7946

#626885 color RGB value is (98,104,133).

#626885 hex color red value is 98, green value is 104 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #626885 hue: 0.64 , saturation: 0.15 and the lightness value of 626885 is 0.45.

The process color (four color CMYK) of #626885 color hex is 0.26, 0.22, 0.00, 0.48. Web safe color of #626885 is #666699. Color #626885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101000 10000101
Octal 142 150 205
Decimal 98 104 133
Hex 62 68 85

RGB Percentages of Color #626885

%29.25
%31.04
%39.70

CMYK Percentages of Color #626885

%26
%22
%0
%48

Triadic Colors of #626885

#626885 #856268 #688562

Analogous Colors of #626885

#626885 #6e6285 #627a85

Monochromatic Colors of #626885

#626885

Complementary Color

#626885 #857f62

#626885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626885 Color CSS Codes

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

#626885 Text Font Color

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

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


#626885 Background Color

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

This div background color is #626885


#626885 Border Color

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

This div border color is #626885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626885


Comments

No comments written yet.

Please login to write comment.