Color Hex Logo

#626285 Color Hex

#626285
(98,98,133)
0 Favorites   0 Comments

Color spaces of #626285

RGB 9898133
HSL0.670.150.45
HSV240°26°52°
CMYK 0.260.260.00   0.48
XYZ13.638313.025523.9857
Yxy13.02550.26930.2572
Hunter Lab36.09094.2940-14.1401
CIE-Lab42.80168.3091-19.4069

#626285 color RGB value is (98,98,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100010 10000101
Octal 142 142 205
Decimal 98 98 133
Hex 62 62 85

RGB Percentages of Color #626285

%29.79
%29.79
%40.43

CMYK Percentages of Color #626285

%26
%26
%0
%48

Triadic Colors of #626285

#626285 #856262 #628562

Analogous Colors of #626285

#626285 #746285 #627485

Monochromatic Colors of #626285

#626285

Complementary Color

#626285 #858562

#626285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626285 Color CSS Codes

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

#626285 Text Font Color

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

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


#626285 Background Color

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

This div background color is #626285


#626285 Border Color

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

This div border color is #626285


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,98,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 #626285">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626285


Comments

No comments written yet.

Please login to write comment.