Color Hex Logo

#626abe Color Hex

#626ABE
(98,106,190)
0 Favorites   0 Comments

Color spaces of #626abe

RGB 98106190
HSL0.650.410.56
HSV235°48°75°
CMYK 0.480.440.00   0.25
XYZ19.485316.622450.8967
Yxy16.62240.22400.1911
Hunter Lab40.770613.9612-45.4764
CIE-Lab47.780719.9050-45.2505

#626abe color RGB value is (98,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 10111110
Octal 142 152 276
Decimal 98 106 190
Hex 62 6A BE

RGB Percentages of Color #626abe

%24.87
%26.90
%48.22

CMYK Percentages of Color #626abe

%48
%44
%0
%25

Triadic Colors of #626abe

#626abe #be626a #6abe62

Analogous Colors of #626abe

#626abe #8862be #6298be

Monochromatic Colors of #626abe

#626abe

Complementary Color

#626abe #beb662

#626abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#626abe Color CSS Codes

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

#626abe Text Font Color

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

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


#626abe Background Color

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

This div background color is #626abe


#626abe Border Color

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

This div border color is #626abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626abe


Comments

No comments written yet.

Please login to write comment.