Color Hex Logo

#626bda Color Hex

#626BDA
(98,107,218)
0 Favorites   0 Comments

Color spaces of #626bda

RGB 98107218
HSL0.650.620.62
HSV236°55°85°
CMYK 0.550.510.00   0.15
XYZ22.949618.174068.6280
Yxy18.17400.20910.1656
Hunter Lab42.631021.4880-65.6043
CIE-Lab49.706528.1325-58.1918

#626bda color RGB value is (98,107,218).

#626bda hex color red value is 98, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #626bda hue: 0.65 , saturation: 0.62 and the lightness value of 626bda is 0.62.

The process color (four color CMYK) of #626bda color hex is 0.55, 0.51, 0.00, 0.15. Web safe color of #626bda is #6666cc. Color #626bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101011 11011010
Octal 142 153 332
Decimal 98 107 218
Hex 62 6B DA

RGB Percentages of Color #626bda

%23.17
%25.30
%51.54

CMYK Percentages of Color #626bda

%55
%51
%0
%15

Triadic Colors of #626bda

#626bda #da626b #6bda62

Analogous Colors of #626bda

#626bda #9562da #62a7da

Monochromatic Colors of #626bda

#626bda

Complementary Color

#626bda #dad162

#626bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#626bda Color CSS Codes

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

#626bda Text Font Color

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

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


#626bda Background Color

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

This div background color is #626bda


#626bda Border Color

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

This div border color is #626bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626bda


Comments

No comments written yet.

Please login to write comment.