Color Hex Logo

#626aeb Color Hex

#626AEB
(98,106,235)
0 Favorites   0 Comments

Color spaces of #626aeb

RGB 98106235
HSL0.660.770.65
HSV236°58°92°
CMYK 0.580.550.00   0.08
XYZ25.186418.902980.9184
Yxy18.90290.20150.1512
Hunter Lab43.477527.3191-79.9138
CIE-Lab50.573434.1991-66.3769

#626aeb color RGB value is (98,106,235).

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

The process color (four color CMYK) of #626aeb color hex is 0.58, 0.55, 0.00, 0.08. Web safe color of #626aeb is #6666ff. Color #626aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 11101011
Octal 142 152 353
Decimal 98 106 235
Hex 62 6A EB

RGB Percentages of Color #626aeb

%22.32
%24.15
%53.53

CMYK Percentages of Color #626aeb

%58
%55
%0
%8

Triadic Colors of #626aeb

#626aeb #eb626a #6aeb62

Analogous Colors of #626aeb

#626aeb #9f62eb #62afeb

Monochromatic Colors of #626aeb

#626aeb

Complementary Color

#626aeb #ebe362

#626aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#626aeb Color CSS Codes

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

#626aeb Text Font Color

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

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


#626aeb Background Color

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

This div background color is #626aeb


#626aeb Border Color

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

This div border color is #626aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626aeb


Comments

No comments written yet.

Please login to write comment.