Color Hex Logo

#626abb Color Hex

#626ABB
(98,106,187)
0 Favorites   0 Comments

Color spaces of #626abb

RGB 98106187
HSL0.650.400.56
HSV235°48°73°
CMYK 0.480.430.00   0.27
XYZ19.160716.492649.1872
Yxy16.49260.22580.1944
Hunter Lab40.611113.1486-43.3829
CIE-Lab47.614218.9762-43.7798

#626abb color RGB value is (98,106,187).

#626abb hex color red value is 98, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #626abb hue: 0.65 , saturation: 0.40 and the lightness value of 626abb is 0.56.

The process color (four color CMYK) of #626abb color hex is 0.48, 0.43, 0.00, 0.27. Web safe color of #626abb is #6666cc. Color #626abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 10111011
Octal 142 152 273
Decimal 98 106 187
Hex 62 6A BB

RGB Percentages of Color #626abb

%25.06
%27.11
%47.83

CMYK Percentages of Color #626abb

%48
%43
%0
%27

Triadic Colors of #626abb

#626abb #bb626a #6abb62

Analogous Colors of #626abb

#626abb #8762bb #6297bb

Monochromatic Colors of #626abb

#626abb

Complementary Color

#626abb #bbb362

#626abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#626abb Color CSS Codes

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

#626abb Text Font Color

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

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


#626abb Background Color

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

This div background color is #626abb


#626abb Border Color

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

This div border color is #626abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626abb


Comments

No comments written yet.

Please login to write comment.